this post was submitted on 26 Dec 2023
11 points (76.2% liked)

General Programming Discussion

8104 readers
55 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

It is not accurate to claim that frameworks automatically make programmers bad. In fact, frameworks are powerful tools that can accelerate development, promote best practices, and facilitate code maintenance. However, it can be argued that overly relying on frameworks without understanding the underlying principles of programming may have some negative effects. Here are some reasons why this might happen:

you are viewing a single comment's thread
view the rest of the comments
[–] CallumWells@lemmy.ml 2 points 1 year ago

Yeah, everyone should just deal with assembly!
To be a bit more serious I agree that it'll be useful to be able to not need a framework, but also that frameworks do provide a great way to not need to duplicate as much effort. But a framework does make the whole project a bit more locked in to specific things it does easily and well.

In general I found the post to be fairly useful to have people read through to be knowledgeable about whether they need a framework and what things they might be giving up by using a specific one.