Replies: 1 comment 3 replies
-
Thanks for posting! Afraid I don't have a ton of time right now to think hard on these but my off the cuff:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@bitprophet as you know, I have submitted a few merge requests. These are only a few that I believe should be implemented. Some of which already align with features you plan to implement.
What I wanted to do here was get your thoughts on some of those before continuing.
1 complete composite implementation for namespaces.
2 split out program into three components using dependency injection instead of composition
3 implement type checking to resolve all the 'None' logic errors within invoke
4 data proxy breaks SOLID by worrying about both layering dicts and attr access. Im thinking this could be refactored to inherit chain map.
5 implement 'string.Template' for runners
Anyway, just my thoughts.
Beta Was this translation helpful? Give feedback.
All reactions