You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, x2y objects are created in utils.py, but this may not be of good practice(single source of truth, etc).
Refactor the codebase to move object creation to the data factory, where more complex operations also can be added and it can be reused.
The text was updated successfully, but these errors were encountered:
czlucius
changed the title
Factory for x2y objects
Factory for XToY objects
Sep 9, 2022
Currently, x2y objects are created in utils.py, but this may not be of good practice(single source of truth, etc).
Refactor the codebase to move object creation to the data factory, where more complex operations also can be added and it can be reused.
The text was updated successfully, but these errors were encountered: