Arious M3VXY @arious.uk · Feb 8

I like really like the Single Action Controller design pattern. It help you limit the code in a class to a single task, therefore avoiding huge classes with many methods.

0 likes 1 replies

?

Replies

Arious M3VXY · Feb 8

This is what the HomepageAction would look like. It has one job. This is a very oversimplified example, but you get the idea.