this post was submitted on 13 May 2025
297 points (98.7% liked)

Programmer Humor

23356 readers
1241 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
[–] [email protected] 24 points 1 week ago (1 children)

I don't do much frontend work these days, but years ago, it felt like the defining feature of Bootstrap was the 12-column layout. Sure, it had fun buttons and other components, but the ability to trivially define multi-column layout without ripping your hair out was its raison d'être.

Now that we have flexbox, I'm not sure anyone needs Bootstrap.

[–] [email protected] 17 points 1 week ago (3 children)

It also has lots of UI widgets like collapsing elements, modals and alerts. Sure, you could code all these by hand, but why bother?

[–] [email protected] 10 points 1 week ago

Mainly because I already understand CSS and HTML and having to learn their way of doing things is extra work and overhead.

[–] [email protected] 2 points 1 week ago (3 children)

All the elements you mentioned are natove HTML elements that don't need any library.

[–] [email protected] 2 points 5 days ago

Yes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.

[–] [email protected] 1 points 6 days ago (1 children)

What’s a native HTML element that mimics Bootstraps Collapse?

[–] [email protected] 3 points 6 days ago* (last edited 6 days ago) (1 children)
[–] [email protected] 4 points 6 days ago (1 children)

I was going to list a whole bunch of things the DETAILS tag doesn’t allow, but it seems that none of these issues actually appear. So either it has evolved since I’ve looked at it last time or I was stupid.

Either way, thanks for talking back.

[–] [email protected] 2 points 6 days ago

I had to look it up myself - so I learned about it too!

[–] [email protected] 5 points 1 week ago (1 children)

many native elements either do not function like people want or cannot be styled the same

[–] [email protected] 1 points 4 days ago

Can you elaborate? Give some examples?

[–] [email protected] 1 points 1 week ago

We have better alternatives today as well and still I see people choosing Bootstrap and violently cringe.