That first chart isn’t even trying to hide that is fake. It’s depicting a perfect mirroring.
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
The post isn’t claiming perfection. It’s claiming production ready. Very different things.
ursakhiin@beehaw.orgto Programming@programming.dev•When Your Last Name Is Null, Nothing Works0·3 months agoI’d bet it’s less simple input sanitizing and more 2 mistakes made separately because they don’t know any better.
- The input field converting everything to a string indiscriminately
- Because they did 1, converting everything back to the assumed type
If the front end Dev makes the first mistake, null would be sent in the body as “null”. Then on the backend, somebody might even be binding the variables correctly, but before hand realizing they have to deal with the market and rather than just have a conversation undoes it in their own code.
Conveniently, clicking through to the actual data returns a 404.