That time you spent 6 hours debugging only to find you had a typo in a variable name. The variable was literally called 'temprary' instead of 'temporary'. What's your most embarrassing debugging story? 👇
Nothing humbles engineers like a missing letter 😂
[{ issues get me there now and then
Trying to find an always positive if clause...using = instead of == in it 🔥
An errant slash in a database table name being assigned dynamically by a variable. I spent a morning looking though the data trying to find the cause of the insert failure (assuming it was something that needed to be escaped) before spotting it related to the table name not data...
The dreaded missing “;��� in your JavaScript code… 🫣
Embarrassing naming convention lol
A coder would have called it tmp or if feeling fancy temp but that's it.
Literally pulled my hair off many times due to this
Software Engineer, Technical Product Manager
6dIn the majority of cases it will not compile if you have a typo in a variable name.