25
anyesh
2y

ahhhhh.. nevermind

Comments
  • 5
    I had to save this one lol
  • 3
    Fresh example... I had to do an else if branch, similar to an already existing one. At the end I had to return a response. Passed in body, even though I had not declared it locally, and yet it didn't light up as an error. Turns out it was auto importing something named body from who knows where, which was totally not what I was trying to do.

    TL;DR: It's not always apparent.
  • 2
    panel 5: repeat
  • 1
    @ostream I'd normally agree with you. I must've hit the completion thinking that it would insert the variable. If it wasn't for the name collision, this wouldn't have happened.
  • 3
    Meanwhile, someone that uses a sane, compiled programming language:

    "Oh, I misspelled that variable. Thanks for letting me know, compiler!"

    I hope that triggers some JS devs 😆
  • 2
    @Lensflare The proper toolset would raise the same error *even* in JS.
  • 2
    Added Typo check to my Debug Playbook 😬
  • 2
    Fixes error
    Hits compile
    39 more errors
    Alright I'm out.
  • 1
    This rant sings to me lol
Add Comment