SOLID is a popular acronym used to refer to a set of five principles of software architecture. In this post, I’ll present a discussion on the Single Responsibility Principle with code examples to ...
You can write better controllers by adhering to the best practices. So-called “thin” controllers—i.e. controllers with less code and fewer responsibilities—are easier to read and maintain. And once ...