this post was submitted on 11 Jun 2023
164 points (98.8% liked)

Programmer Humor

32309 readers
243 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (2 children)

CSS isn't for nerds. Nerds are smart.

Seriously it took them like 20 years to reimplement table based layouts in the form of grid. In between we were stuck playing the devils Tetris stacking boxes on top of each other and trying to float all that garbage to produce janky, buggy layouts that would crumble apart when resized.

[–] [email protected] 2 points 1 year ago

the devils Tetris

Excellent description for newcomers in css

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

Wow, this is so true. Why was it so bad for so long? I mean, obviously browsers are to partially blame but at some point way earlier in the cycle we should have figured something out.