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

Extensibility for do #15

Open
emptybutton opened this issue Nov 2, 2023 · 0 comments
Open

Extensibility for do #15

emptybutton opened this issue Nov 2, 2023 · 0 comments
Labels
enhancement New feature or request invalid This doesn't seem right monads monads.py refactoring something has improved transactions transactions.py

Comments

@emptybutton
Copy link
Owner

do is a decorator for using monads in the Python function syntax, but historically it has been implemented by transaction code and it lies in their module.

You need to move do to monads.py and refactor it to use plugins, so that you can expand do for custom solutions and add solutions for already implemented monads, which also needs to be done.

@emptybutton emptybutton added enhancement New feature or request invalid This doesn't seem right refactoring something has improved transactions transactions.py monads monads.py labels Nov 2, 2023
@emptybutton emptybutton changed the title Separate do from transactions Extensibility for do Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right monads monads.py refactoring something has improved transactions transactions.py
Projects
None yet
Development

No branches or pull requests

1 participant