this post was submitted on 12 Mar 2024
1087 points (95.7% liked)

Programmer Humor

31793 readers
181 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Please dont take this seriously guys its just a dumb meme I haven't written a single line of code in half of these languages

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 5 months ago (1 children)
[–] [email protected] 16 points 5 months ago (1 children)

CSS isn't as bad these days if you use Flexbox. Debugging floats and absolute/relative positioning was a nightmare in comparison.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

On the other hand, it made webpages way less flexible.

Like yesterday (i have the browser not in fullscreen, for reasons) on my 16" fullhd notebook, webdev couldn't imagine that someone would use his site in a ~1000px browser window, sidebars left and right, the main content about 20 characters wide squeezed inbetween. So i pressed f12 and deleted the sidebars. But the content was still 20em wide, because of flexbox.