Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				Hey, if you're in control of when you call that "GetPaid();" method, you're missing a trick there ;)
 - 
				
				Might wanna add “GetLaid()” somewhere in the loop. It’s an essential step, you know.
 - 
				
				
Ximidar8367yThere's this weird bug where PayBills throws an exception because I'm poor. Could you put out a fix? - 
				
				this is exactly my biggest fear in life and I've been fighting it for nearly 5 years now
 

While(alive)
{
Work();
Eat();
If(payday)
{
GetPaid();
PayBills();
}
Drink();
CrySelfToSleep();
}
WaveToLucifer();
rant