My life is a series of if-else and try-catch statements.

Code:
if(NeoTifa.isAwake) {
     try {
          NeoTifa.socialize();
     } 
     catch (exception noFriendsException) {
          NeoTifa.weepAtNight();
     }
}

else {
     NeoTifa.sleep();
}