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

Programmer Humor

19145 readers
533 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
[–] Mikina@programming.dev 23 points 1 month ago (5 children)

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.

[–] pastermil@sh.itjust.works 15 points 1 month ago (2 children)

To be fair, using flex box (which is the default in many modern framework) would make responsiveness a breeze these days.

[–] Ahardyfellow@lemmynsfw.com 2 points 1 month ago (1 children)

One day I'll learn flex and be able to make nice responsive displays, but until then Bootstrap it is.

[–] pastermil@sh.itjust.works 1 points 1 month ago

Whichever works for you!

load more comments (2 replies)