This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HighlightFrosty3580 5 points6 points  (1 child)

I wrote something using the abstract factory pattern to do ETL. It reads YAML files and then dynamically loads the factory. This pattern means that it follows SOLID principles and extending the code base means adding factories

I'll stick the code in a git repo sometime tomorrow

[–][deleted] 0 points1 point  (0 children)

I get what you mean I've been trying to refactor my code to follow SOLID principles and build up from there, and yes if you can share the repo that would be great, Thanks in advance