22

if (stuck && coworker_near){
me.explainProblem(coworker);
// tl;dr
}
else {
me.pzizzPowerNap(20);
}

This usually works for me.
(FYI : Pzizz is a free app for Android/iOS)

Comments
  • 1
    So you are telling me you take a 20 minute nap everytime you are not stuck? That makes you perma napping once you solved your problem.

    #codingNazi haha
Add Comment