this post was submitted on 13 May 2025
307 points (98.7% liked)
Programmer Humor
23424 readers
1669 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As someone working on wrapping up my bachelor's in software engineering... Yeah... Fuck frameworks.
Everything I've been taught thus far has been nice, neat, logical code that has been explained completely. How does memory get allocated for that string? What exactly is a memory stack? How do pointers work? It all just made sense.
Then I get to the last 10 classes of my degree, and as a prerequisite for the last 9 I got treated to "java frameworks". The classwork essentially teaches me to explicitly ignore how the framework accomplishes the end result, and to instead focus on memorizing bullshit one-line commands that are specific to whatever jackass framework I'm working in.
I've spent like 3 weeks straight watching crash course after crash course, trying to find anyone that actually explains the fundamentals of frameworks. Best I could find was an explanation of MVC (model/view/control), but I still don't see how all that bullshit is easier that writing your own code!!
Fuck frameworks.