this post was submitted on 23 Jul 2024
1004 points (97.6% liked)
Programmer Humor
19488 readers
1041 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!