43
Comments
  • 10
    I hope that tattoo is a sticker
  • 2
    That guy thought that the tip from the tattoo machine might burst the artery there
    But as you can see the program was "compiled" successfully, ruining his other plans
  • 3
    You want to improve only once?
  • 20
    There are two variables, *noSuccess* and *Success*. Doubled code with inconsistent naming without that it's clear where it comes from. And why has a function *tryAgain* be called while it's in a loop?
    And when *noSuccess* is true once, the loop is ended and you can't improve ever again.

    Shitty code.
  • 5
    PHP version in my case. DON'T HATE ME OKAY
  • 2
    Umm... The indentation at improve(); is wrong 🙄 but i like the font n colors 😍
  • 0
    If id get a code related tattoo it would be either the classic forkbomb (for something small), or the regex from hell (for a full body tattoo).
  • 5
    Save some space on your arm:

    while(1) {
    success? improve() : tryAgain();
    }
  • 1
    @Electrux technically it's not wrong if they are using tabs. The width of 1 tab = space between the left side of the wrist and tryAgain();. If you measure that and double it, you get the space between the left side of the arm, and improve(); (the tab sizes are just massive, which is why it looks really weird)
  • 0
    That camel casing game is fantastic
  • 0
    Improve() sets no success?
    Fail.
Add Comment