After realising this, my direction in life have never been clearer, passion and love should be left for hobbies, not work. Work is purely for the need to feed your families, to ensure the continuation of your existance.
public void workLifeAlgorithm(Job currentJob, Job newOffer, Passion passion){
try{
if(passion != null){
passion.kill();
}
while(true){
if (System.getLifeSataus.equals("Alive"){
if(newOffer.getSalary > currentJob.getSalary){
newOffer.acceptOffer();
workLifeAlgorithm(newOffer,newOfferListener.listenForOffer(),null);
}else{
newOffer = newOfferListener.listenForOffer();
}
}else{
returnPinkIC();
returnCPF();
dispose();
System.exit(0);
}
}
}catch (LifeUnexpectedException e){
return;
}
}
"Save your pleasures and passion for your hobbies, not for work."
0 comments:
Post a Comment