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
Controllers - especially PostsController are getting huge & unreadable. Breaking them up into smaller pieces - maybe traits would hugely improve readability & maintainability.
CanteensController
ColleaguesController
EventsController
NewsletterController
PostsController
Other controllers did not get too big, so only PostsController needs to get split up.
The text was updated successfully, but these errors were encountered:
Controllers - especially
PostsController
are getting huge & unreadable. Breaking them up into smaller pieces - maybetrait
s would hugely improve readability & maintainability.CanteensControllerColleaguesControllerEventsControllerNewsletterControllerOther controllers did not get too big, so only
PostsController
needs to get split up.The text was updated successfully, but these errors were encountered: