Hacker News new | ask | show | jobs
by amelius 4200 days ago
The word "framework" should always raise flags, because it implies a coding universe that is unfriendly to external software, thus hampering composability.
1 comments

Totally agree. I would go so far as to say one shouldn't use (or even pick) a framework, before having the skills to write such a framework. The benefit of a framework should be time savings; it cannot make up for lack of understanding of what the framework is doing and why. Continued use of the framework should always be weighed against the cost (unfriendliness to external software and composability).