18

Why isn't this working? I've wrote this same type of code at least 1000 times. Why must there always a problem? Literally every time I try and get something done there is always some stupid error and it's PISSING ME OFF. WHAT THE HELL IS WRONG WITH MY BRAIN AN...oh...I misspelled "fucntion"

Comments
  • 3
    My advice, take a break and come back to approach the problem with a different attitude and point of view. That helps me find a solution or you can even try to explain what you code does step by step you will find the discrepancy of what you code is intended to do and what it actually does.
  • 0
    @HelloBaze I do that every time it comes up. More frequently when I'm trying new Java templates. 😢
  • 1
    My advice:
    Dont use notepad, ever
    Use an ide
    Use a dark theme
    Pay attention to the highlighting
  • 0
    @WIPocket what's an IDE?
  • 0
    @codechimp https://en.m.wikipedia.org/wiki/...
    (its pretty much most code editors)
  • 0
    I have done this enough that I set some autocorrects in sublime to handle my spelling failures.
  • 0
    @WIPocket I was joking lol :)
  • 0
    @codechimp Was kinda hoping you were :)
    But ik bout like 3 devs who never heard the term so you never know...
Add Comment