this post was submitted on 07 May 2025
1080 points (96.9% liked)

Programmer Humor

23119 readers
770 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] gradual@lemmings.world 0 points 14 hours ago* (last edited 14 hours ago) (2 children)

Shouldn't they be designed in an intuitive manner that makes misuse more difficult than regular use?

Otherwise, why even bother using them? It's like now you need to know all the ins and outs of CSS and a trendy framework that will lock you into their ecosystem.

[–] Ricaz@lemmy.dbzer0.com 2 points 14 hours ago (1 children)

Kidding aside, I think the popular frameworks these days are incredibly well made. Frontend web has always been hell, and if your job is producing functional web GUIs, you can't do it on a large scale without them.

[–] gradual@lemmings.world 0 points 14 hours ago

Based on my own experience developing GUIs, I've reached the conclusion that creating them through code is obsolete.

We should be focusing on developing GUIs to develop GUIs, like Godot, instead of 'frameworks' that make an obsolete method of doing things even more cumbersome and complex.

[–] bleistift2@sopuli.xyz 1 points 14 hours ago

Well, I find bootstrap very intuitive, and I don’t have 15 classes on my elements. That’s why I was asking.