47
s3id0n
7y

if(isStressedOut()) {
procrastinate();
}

meanwhile (somewhere else in the code)...

void procrastinate() {
procrastinate();
}

Comments
  • 4
    boolean isStressedOut(){
    return true;
    }
  • 2
    Don't just leave it at that.
    My confession would be

    while (Boolean.TRUE){
    // Insert OP's rant. Too lazy Todo it
    }

    😪😪
  • 3
    Tuned it into a mobile wallpaper :P
  • 2
    After a while runtime crashes... thats when you go home and restart the next day
  • 0
    @AmarN uploading probably compressed it and now it's pixelated :/
  • 1
    @AmarN I love it dude!
  • 0
    @AmarN I'm sorry but this is stupid. Put // before every line. What kind of fucked up editor do you use that doesn't show you a hint that this is wrong?
    I'm sure you like the Microsoft stuff.
    You can't even reach the procrastinate function because you'll be stuck in your comment. Fuck Microsoft.
  • 0
    @YousifMansour chill dude 😂
  • 2
    @AmarN I'm kidding man. Read what I wrote with that in mind it should be funny (cuz I'm hanging on Microsoft for no reason. Wait if I explain the joke it stops being funny?)
Add Comment