Tuesday, March 26, 2013

Pomodoro for Pharo 2.0

The Pomodoro Technique is a time management method. There is now also a simple timer implementation for Pharo 2.0 available.


You can load the tool right from the config browser and it allows easy scripting from Smalltalk:

   "Provide an action when pomodoro is finished"
   Pomodoro timerFor: 20 minutes 
            whenFinishedDo: [ self inform: 'Pomodoro finished']

Read more about the details here.

No comments: