Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Decorators into Stackable Classes #12

Closed
felixnext opened this issue Jan 20, 2023 · 0 comments · Fixed by #10
Closed

Refactor Decorators into Stackable Classes #12

felixnext opened this issue Jan 20, 2023 · 0 comments · Fixed by #10
Assignees

Comments

@felixnext
Copy link
Owner

Decorators could be refactored to derive from a base class.

This could take care of certain abstractions (such as creating loggers) as well as automatically decomposing stacked operators (to avoid the @clean decorator at the outer layer.

References:

This still requires a bunch of design and depends on #10 and #9

@felixnext felixnext linked a pull request Jan 20, 2023 that will close this issue
@felixnext felixnext self-assigned this Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant