How the thin controller principle makes your code much more maintainable
When we write software, our goal is not just to solve a specific business problem. We need to do it in a way that won’t make it hard to solve other problems in the future. This is why it’s very important that the code that we write is maintainable. There are many practices that make […]
How the thin controller principle makes your code much more maintainable Read More »