|
|
|
|
|
by mattgreenrocks
4523 days ago
|
|
Industry loves frameworks, because it speeds the commoditization of developers. > The projects I know that were developed 'without a framework' are more often than not poorly structured... So why not teach developers how to structure code properly? Teach them about coupling, cohesion, benefits of immutability and layering. Make them feel when modules should be broken up, and how they should do it. Expose them to different architecture patterns used in larger applications. This allows developers to make better decisions about code, both as they write and refactor it. It seems that so much of modern day pop-programmer culture is what framework they should know, rather than how to build/choose the correct framework for their needs. Perhaps this is yet another triumph of shiny over time-tested wisdom. People have been thinking for a long time about how to build large applications that aren't horrible to maintain. Don't ignore it because kids on the Internet are excited about ultracool.js. |
|
And is it really nessecary to write all the update / insert queries for my dayabase?