13

Spend two hours debugging code. Found out I misspelled "environment". FML.

Comments
  • 2
    Once I spent 40 minutes debugging and found out that I added extra 's' in class.
  • 1
    Don't you use an IDE?
  • 1
    This brings a lot of memories of working on a frontend in JavaScript. This mysterious errors were quite common - spending a half hour to find out that I am assigning to "daat" instead of "data"... Thankfully TypeScript takes away most of these issues for me now ☺️.
  • 0
    @ludwig I like to program without help. Makes me a better programmer and I hate myself.
Add Comment