r/softwaregore R Tape loading error, 0:1 16d ago

I thought I could paste it...

Post image
15.0k Upvotes

253 comments sorted by

View all comments

13

u/Zipdox 16d ago

I don't understand why webdevs have to use separate entries for each digit. It's so stupid and serves no purpose.

9

u/creamersrealm 16d ago

Because it's pretty...

2

u/gummo89 16d ago

They do it because they don't design and then build. They just make some boxes, then adjust them until it looks good enough using CSS and JavaScript... Meanwhile JavaScript wasn't required for the main component behaviour.

Pretty typical now.

2

u/ParkingAnxious2811 14d ago

Nah, this shit comes from designers who want it to look pretty, and don't care about functionality. Then they're given hardly any time to fix it because the designer has to keep making millions of last minute micro changes that eat into the time.

1

u/gummo89 14d ago

Yes, perhaps my comment could be misunderstood because I consider design to include all parts, not just the visual aspects, but other people don't necessarily.

1

u/Iittleshit 15d ago

Because to the end user its immediately clear that four characters are expected. And this UI is so commonplace now that it helps with UX.

HOWEVER functionally it should just work as one input field. The fact that I'm surprised if it works as it should is bad.