Writing better Controllers
Controllers are a very important part of our software. In desktop apps, they coordinate the application, receiving, parsing and storing data, they perform the business logic and bidirectionally communicate with the view. However, when it comes to web applications they are the entrypoint, which means they play a different role than in desktop apps. In this post we’ll look at how writing controllers differently will lead our code to be more flexible, readable and easy to change.
>>Click here to continue<<
