Frameworks Usage Debate

The cluster centers on debates about whether to use programming frameworks, opt for libraries instead, or write code without them, weighing benefits like standardization against drawbacks like overhead and learning curves.

📉 Falling 0.3x Web Development
6,506
Comments
20
Years Active
5
Top Authors
#551
Topic ID

Activity Over Time

2007
24
2008
109
2009
142
2010
131
2011
242
2012
232
2013
377
2014
433
2015
369
2016
550
2017
333
2018
304
2019
306
2020
511
2021
397
2022
748
2023
519
2024
340
2025
411
2026
28

Keywords

PHP IMHO HN HTTP FUD SDK youtube.com Web.py TBNL API framework frameworks developers code project abstractions language libraries ember know best

Sample Comments

ycombinatorMan May 3, 2016 View on HN

So people who don't use frameworks are better programmers than people who do... because... ?

efficax Oct 13, 2022 View on HN

you either use a framework or you end up writing (a bad, usually) framework

blat001 Nov 25, 2013 View on HN

I've heard of this before as "Not invented here" syndrome. Frameworks are powerful as they give all developers a common language and methodology for doing repeatable tasks, meaning that when I need to fix a bug in your code, I know how it is architected and where the code should be because you have used a framework I understand.Not to mention that these frameworks undergo alot more extensive testing than an average developers code will ever go through. By using a framework you

thrower Dec 12, 2020 View on HN

Is your avoidance of frameworks/libraries based on principle or performance?

fuzzy2 Mar 31, 2021 View on HN

Please read the article before complaining…Key point IMHO:> They [frameworks] are very powerful tools, written in plain vanilla language and in a very generic way, a fact that makes them great learning tools which can help anyone learn how to code without them. In order to know how and when you should use a particular framework you have to understand how frameworks work. Understanding the strengths and the constraints of each framework will enable you to make the right choice of a frame

personjerry Oct 13, 2022 View on HN

Not using a framework will harm the existence of your software

rimliu Nov 8, 2018 View on HN

The first question to ask should not be "what framework should I use?" it should be "do I really need a framework?"

amelius Mar 23, 2021 View on HN

Not another framework please. What's wrong with developing libraries and releasing them separately?

rodrigopetter Jul 17, 2019 View on HN

A Framework Author's Case Against Frameworks: https://www.youtube.com/watch?v=k7n2xnOiWI8

rhabarba Sep 4, 2016 View on HN

When has development degraded to "just use a framework"?