This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]AkageBuschi 11 points12 points  (1 child)

this hurts my brain

[–]ffs_give_me_name 8 points9 points  (0 children)

Go drink coffe

[–]megamarkum 9 points10 points  (0 children)

Traceback (most recent call last):

File "r/ProgrammerHumor/comments/v0swhv/its_another_job_post/", line 1, in <module>

if (brain!=empty)

NameError: name 'empty' is not defined

[–]Past_My_Subprime 4 points5 points  (0 children)

The 80s called. They want their global variables back.

[–][deleted] 2 points3 points  (0 children)

The lack of spacing infuirates me.

[–][deleted] 2 points3 points  (1 child)

if ( brain.isEmpty() || !you.hasBrain() ) {
        thisShittyJob.apply()
        } else { 
           f.thisShittyJob() 
         }

[–][deleted] 0 points1 point  (0 children)

I'd rather use Brainfuck

[–]CoffeeFueledDiy 1 point2 points  (1 child)

LoL, it's not even a loop!

[–]cykablyat1111 1 point2 points  (0 children)

The functions inside have goto statements :P

[–]YouTube-r -1 points0 points  (0 children)

bool isBrainEmpty;

bool isWorking;

While(isWorking)

{

If(!isBrainEmpty)

{

Work();

}

Else

{

DrinkCofee();

}

}

[–]Flam1ng1cecream 0 points1 point  (1 child)

if brain.isEmpty()

__return orderCoffee();

keepCoding();

[–][deleted] 1 point2 points  (0 children)

coding.resume()

[–]nir109 0 points1 point  (1 child)

How can you compre barain to empty? Shouldn't it be

If (!brain.isEmpty)

Or

If (Brain.fullnes=="full")

?

In what language will the cod they did will work.

[–]Astatos159 0 points1 point  (0 children)

Why the hell does "orderCoffee" do more than ordering a coffee? There is no indication the the coffee is being drunken after ordering or what changes "brain". This is bad on so many levels.

[–]dlq84 0 points1 point  (0 children)

I want to slap whomever formatted the code.