while(life != 0){
  if(listen('coding') || see('coding'))
       doCoding();
}

이것이 개발자의 인생이죠!