We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Architecture design now looks like:
BaseGenerator
I want to suggest to refactor it a bit:
preview
in-memory
command + handler
Whole concept is similar to validator's.
The text was updated successfully, but these errors were encountered:
Does it improve one of the following:
Sorry, something went wrong.
That makes code simpler and enhances reading and maintaining.
How about user experience and experience when adding generators/templates?
#58
No branches or pull requests
Architecture design now looks like:
BaseGenerator
that contains a lot of common logicI want to suggest to refactor it a bit:
preview
action and replace it within-memory
storagecommand + handler
pattern for Generators and their data classes. So we will have stateless handler and stateful command (data class)Whole concept is similar to validator's.
The text was updated successfully, but these errors were encountered: