65
Raspik
8y

RANT: This one might be a repost and we might not even know.

RANT II: It took me 2 hours to find similar issue for two reasons.. Java and a dumbass motherfucker dev that named functions "mcf"/"MyFold"/"HelpingMeMaking" and was to dumb to make it OP.

Comments
  • 0
    Story of terminators :-D
  • 1
    yes the programmers who do this must go to hell definitely right? we. should put it in the ten commandments
  • 1
    The best one I ever read. Up vote indeed.
  • 3
    It's why you should test
    If (bool)
    And not
    If (bool == true)

    Or you could test
    If (true == bool)

    If you miss an equal it''ll be a syntax error
Add Comment