9

Im off of 3 hours sleep right now after getting lost down the rabbit hole of debugging.

I was just putting stock on the shelves at my job and a customer came up to me and asked me where something was. I thought of two places it could be so i said:

"if item == aisle4
{print("You've found it"); }
else if item == aisle6
{print("You've found it"); }
else
{print ("Im unsure where it is sorry"); }"

She just looked at me and my coworker told her where the item was, once she left my coworker started laughing at me and called me the biggest nerd he knew.

Comments
Add Comment