this post was submitted on 16 Nov 2024
1051 points (99.3% liked)

Programmer Humor

19572 readers
751 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
[–] [email protected] 65 points 23 hours ago* (last edited 1 hour ago) (2 children)

Once I was tasked with doing QA testing for an app which was planned to initially go live in the states of Georgia and Tenessee. One of the required fields was the user's legal name. I therefore looked up the laws on baby names in those two states.

Georgia has simple rules where a child's forename must be a sequence of the 26 regular Latin letters.

Tenessee seemed to only require that a child's name was writable under some writing system, which would imply any unicode code point is permissible.

At the time, I logged a bug that a hypothetical user born in Tenessee with a name consisting of a single emoji couldn't enter their legal name. I reckon it would also be legal to call a Tenessee baby 'John '.

[–] [email protected] 22 points 17 hours ago

im sure the devs tasked at fixing that bug loved u ;-)

[–] [email protected] 40 points 22 hours ago (1 children)

Sounds like you did a thorough job as a QA tester. As a software engineer, I love to see it.

[–] [email protected] 1 points 1 hour ago (1 children)

By the time the app was due to go live, we'd only reported bugs with the signup and login flows. This was misinterpreted as there only being issues with the signup and login flows, and the app launched on time. In reality, it was impossible to get past the login screen.

[–] [email protected] 1 points 9 minutes ago

And then let me guess... Of course the QA testers get the blame, when in reality it's either management or marketing that wanted to pushe the app out.