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
Both project model and controller have reached state where they desperately need refactoring. Project model has way too many unrelated responsibility which can be easily extracted in service objects (image, repository, tree etc to name a few).
Following same pattern, Project controller is handling way too many unrelated requests. Request related to images, git objects, project settings can have a controller of their own.
The text was updated successfully, but these errors were encountered:
Both project model and controller have reached state where they desperately need refactoring.
Project
model has way too many unrelated responsibility which can be easily extracted in service objects (image, repository, tree etc to name a few).Following same pattern,
Project
controller is handling way too many unrelated requests. Request related to images, git objects, project settings can have a controller of their own.The text was updated successfully, but these errors were encountered: