Open c-pius opened 5 months ago
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to the lack of recent activity. /lifecycle rotten
Description
Right now we have
filegenerator
andreuse-filegenerator
which is a decorator on the former. The more idiomatic way in Go would be to move both into the same package and use functional options to configure reuse on top of the plain file generator.It may look something like the following:
Figuring out the proper typing and structuring (e.g., with the decorator pattern) may be tricky.
Reasons
Further increase the quality of the project.
Attachments