this post was submitted on 23 Jul 2024
1015 points (97.7% liked)

Programmer Humor

19166 readers
575 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 month ago (2 children)

From one of them:

"You're a fucking moron if you use default browser styles."

Or just change your browser settings (they shouldn't be ugly by default).

[–] [email protected] 7 points 1 month ago

You have a problem with Mosaic Gray?

[–] [email protected] 6 points 1 month ago* (last edited 1 month ago)

Honestly I hate the fact that browsers' default CSS exists. The person doing the frontend should have to specify their "default" CSS before the website even loads. I say this as both a user and a programmer, the same website shouldn't look different or break on different browsers unintentionally due to the browser's CSS, and I as a developer shouldn't have to rely on reset sheets to try to patch that.

Everything would be better if it were swapped around, instead of picking out a reset sheet for a site you pick out a default style...

The world would also be better if browsers rendered pugjs/slim and scss/sass and those were the default rather than html and css but I digress...