272

*code doesn't work*

-Run three times, just to be sure
-Its NOT the code, must be the project. Full rebuild.
-Run a few more times after rebuild didn't fix it.
-Google the issue.
-Stackoverflow must be wrong. The code is JUST like their solution.
-Run a few more times, but with your lucky underpants
-Reboot. Must be an operating system thing.
-Tea break. Give the issue time and it will fix itself.
-Run a few more times. Still unfixed
-Contact customer support.
-Walmart said they can't help.
-Consider writing your own language without this OBVIOUS flaw
-Kickstarter for c++++
-Raise $50,000
-Start a family
-Contact customer support again
-Run a few more times
-Now banned from Walmart
-Oh shit, missing a semicolon

Comments
  • 22
    Most of the ide's will tell you about that, seriously. Are you using notepad? lol 😂
  • 1
    Are you working with interpreted language?
  • 9
    @teganburns I used the semicolon thing as part of the joke..
  • 31
    *Replaces semicolon with greek question mark.
  • 23
    Are you Bill Gates?
  • 3
    @Norielle @teganburns the ide doesn't matter. I don't know if a single ide that doesn't show compiler output and if he's using a text editor he had to build by hand, which shows you the compiler errors just like a proper ide would.
  • 5
    @Charmesal I was thinking of this as well. There is no excuse for a missing semicolon. It's the most ridiculous error that you must be braindead to not immediately catch.

    That's why I used it in the joke.
  • 1
    @AlgoRythm I understood that you meant it as a joke. I was merely pointing someting out to those two lovely ranters.
  • 7
    @Charmesal I understand than you understood. Do you understand that I understand that you understood? Maybe we can reach an understanding.
  • 1
    @teganburns you told him to get a real ide. But it doesn't really matter. Any ide would give you the text output of the compiler. So when the compiler gives an error about a missing ";" the ide will pass this on to its user. If he isn't using any ide but notepad for instance than he'll compile it using the compiler itself rather than the ide (which he doesn't have in this case) and then he gets the same error from the compiler about the missing ";".
    Short answer: ide isn't the problem. Disability to read the error output is.

    I hope I've explained what I meant a bit better. I'm not the best at explaining things. Sorry
  • 3
    Rant over?
    Okay, back to depression. Yay
  • 2
    Wait, how was Walmart Customer Support suppose to help you?
  • 4
    Casually calls Walmart support to ask about node debugging since they use a node stack as well
  • 0
    @irene That's the point.
  • 1
    So true
  • 2
    Use JavaScript. It has automatic semicolon insertion *wink* *wink* 😉😉
  • 1
  • 0
    @Schroedinbug most evil thing I can imagine!
  • 0
    @Fantomias Worse would probably be messing with their compiler.
  • 1
    @Schroedinbug it is easier to find a compiler errors, than a Greek question mark in a perfectly normal line of code
  • 0
    @Fantomias What if you were to make the compiler expect greek question marks to end a statementment, and then replace all semicolons with greek question marks. It would run fine until they started editing it. First thing your victim would probably check is that their keyboard isn't remapped.
  • 0
    @Schroedinbug Fair point.. I guess, I have to accept defeat..
  • 1
    @Fantomias You must never accept defeat, unless you run into some weird threading related bug during a race condition.

    Then you must accept defeat.
  • 0
    @Schroedinbug I will follow these words, until I die!
    Thanks mate!
Add Comment