this post was submitted on 23 Jul 2025
239 points (100.0% liked)

Programmer Humor

28345 readers
297 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 2 years ago
MODERATORS
239
The design is very human (piefedimages.s3.eu-central-003.backblazeb2.com)
 
you are viewing a single comment's thread
view the rest of the comments
[–] mormegil@programming.dev 7 points 5 months ago

Add automatic normalization to the box (you know, you type "05" and it drops the leading zero, you type "0.70" and it drops the trailing zero, etc.) and it often gets completely impossible to write anything valid. Some banking apps do something similar. :-)