It took me more than 2 years to come to realise this but at least it didn't come too late. Should you ever be confused about your directions in life this is it.

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."