this post was submitted on 23 Jul 2024
998 points (97.6% liked)

Programmer Humor

19167 readers
634 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] 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...