35
Vitriol
7y

while (BossChangesHisMind ())
{
doNothing ();
}

Comments
  • 5
    Boss.addEventListener('MindChange', handleMindChange)

    handleMindChange = (event) => {
    event.preventDefault()
    return false // 😉
    }
  • 2
    @Ashkin I prefer being busy doing nothing
  • 0
    Is this multi threaded?
  • 0
    @mundo03 is your boss multithreaded?

    Stubborn and single-minded?
    (CPU_CORES*2) projects, all top priority?
    (PROJECT_COUNT << 3) project directions?
  • 0
    @Ashkin no but I am, I can do shit while my boss decides stuff.

    Plus, normally I decide the shit and just inform my boss.
  • 2
    @mundo03 That's the best way!
Add Comment