this post was submitted on 23 Jul 2024
1018 points (97.7% liked)
Programmer Humor
19453 readers
69 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean, if it's **just ** a normal screen-sized website, that already makes it a lot easier. Not having to deal with responsiveness bullshit would make webdev a lot better experience. That is assuming "normal screen" means 1920*1080, or whatever is the median screen size.
To be fair, using flex box (which is the default in many modern framework) would make responsiveness a breeze these days.
One day I'll learn flex and be able to make nice responsive displays, but until then Bootstrap it is.
Whichever works for you!
It only needs to look good on whatever screen size the client's CEO's favorite administrative director uses, when she checks on it, on a Friday evening, seven weeks after delivery (but still well before I'll ever see my $500.00...)
Wish me luck guessing the screen size...
Just make it mobile first... and last ;)