Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Wojciech Sznapka:
Software developers care too much about tools
Apr 29, 2014 @ 14:17:24

In his latest post Wojciech Sznapka suggests that software developers care too much about tools and not enough about software quality and structure.

Lately I see perilous situation in software development area. There are plenty of good devs so much bounded to tools. By tools, I mean mostly frameworks. [...] First of all, we all need to admit, that quality of modern MVC framework raised a lot, comparing with state of things few years ago. [...] On the other hand, there’s huge temptation to write own frameworks, ignoring the great work of community.

He talks about more of the benefits of using a framework but instead of being dependent on it for your application, make it just another tool. He recommends quality, decoupled and well-designed code separate from the framework. Additionally, he suggests using things like domain driven design to encourage reusability and accurately modeled business needs in the code.

tagged: software tools framework decouple domainmodel opinion

Link: http://blog.sznapka.pl/software-developers-care-too-much-about-tools


Trending Topics: