moving Builder logic into Particulator::__init__() and removing builder.py#1885
moving Builder logic into Particulator::__init__() and removing builder.py#1885KmazuR-afk wants to merge 2 commits into
Builder logic into Particulator::__init__() and removing builder.py#1885Conversation
|
I suggest making |
|
Another question is - what to do with register() methods in another classes e.g. Displacement? def register(self, builder):
builder.request_attribute("relative fall velocity")
self.particulator = builder.particulatorWhat should be the approach here - moving it to build method whenever class Displacement is used? |
|
thanks! @KmazuR-afk, a viable recaftor could likely involve:
|
|
I moved most, if not all, of the I am not entirely sure whether this is the desired final architecture, but in this form Additionally, I made the setup-related arguments in |
|
🚀 ! |
Builder logic into Particulator::__init__() and removing builder.py
No description provided.