pete

164
reputation
1
4
if (myDay.hasSomeSpareTime() && myDay.tookCareOfBusiness() && me.hasEnergyLeft()) {
  me.codeForFun();
}