top | item 46662898

(no title)

gkoberger | 1 month ago

I disagree. A good framework makes code more maintainable, and makes it so you can focus on what’s important or unique to your product. It certainly makes you faster.

discuss

order

austin-cheney|1 month ago

That depends on what you are comparing against. If a given developer is incapable of writing an application without a framework then they will certainly be more productive with a framework.

It’s like a bulldozer is certainly faster than a wheelchair, but somebody else might find them both slow.

christophilus|1 month ago

Eh. I’ve written plenty of applications by hand before there were good frameworks— win32 apps, old school web applications, “modern” SPA-like apps before there was a React. I’m more productive with React + Tailwind than I was with anything (other than maybe VB6). Being able to reason about your UI as a (mostly) pure function of state is powerful. It reminds me of the simplicity of game development— with a proper rendering layer, your developers can focus mostly on modeling their problem rather than UI complexities.