Block a user
refactor/code-style-standardization
is it a goodpattersn thoug'h, maybe we can formalise the dispatching scheme better?
refactor/code-style-standardization
All the operations like this should be decopupled, the variabels inside should be named properly, the keys in the dicts should be explicit and moved to constants. Along all places.
refactor/code-style-standardization
All the config names and fields should be revised, the configs themselves should be typed through pydantic potentially.
refactor/code-style-standardization
it is better, but please use normal intermediate variables operations, and the constants as keys. OR maybe to pydantic dataclasses we go?
refactor/code-style-standardization
not normal, should be put to constant, or even better this system should be revound.
refactor/code-style-standardization
Probably you also need to comment on the calsss tacttrbute,s per rgoogle codestyle no?