/pairing-timer

Productivity, Pairing, Pause Timer

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

3ptimer

Productivity, Pairing, Pause Timer

Why another app?

Currently I use Minutes for pair programming and Healthier for pauses. However I saw the two timers diverge, so I wanted the functionality in one app.

Developer Warning: This is not the TTD approach right now. It's the Worse Is Better.

How to start the app without params:

java -jar ppptimer-1.0-SNAPSHOT.jar

How to start the app with params:

java -jar ppptimer-1.0-SNAPSHOT.jar 600 300 4 5

1st arg: Pairing session duration in seconds (10 Minutes)

2nd arg: Pause duration in seconds (5 Minutes)

3rd arg: How many pairing sessions before pause? (after 40 minutes)

4th arg: How many pairing sessions at all? (5)