Hacker News new | ask | show | jobs
by sageikosa 5101 days ago
Pattern not product? I agree.

I do believe that many nouvelle programmers in their rush to absorb and contribute to the art integrate too many things too quickly and try to fabricate the magic recipe they just learned about into a hammer they can pound on everything regardless of whether the particular problem is a nail or not.

1 comments

I would say the same thing about over-using and integrating frameworks. Backbone, NodeJS Mustache and coffee script. For what? If all a programmer has ever done is use frameworks they will never understand tacitly the problem its trying to solve.

I'm a strong advocate for using no framework, then building your own, then and only then introducing a library or framework because they can do it better.

This allows you to understand the pain of its absence, understand how to fundamentally solve the problem through abstraction or organization, and then fully leverage and reap the benefits of a well designed framework.

Some would say you don't need to walk 100 miles to understand the value of a car. But thats from the product side. I would say you need to understand the weaknesses of a car to build the next generation vehicle.