JasonKDarby / stopwatch

0 stars 0 forks source link

Refactor handlers #15

Open JasonKDarby opened 9 years ago

JasonKDarby commented 9 years ago

Everything regarding the interface is stuffed into ratpack.groovy. It would be more testable if it was refactored to have separate handler implementations.

JasonKDarby commented 9 years ago

I tried this a little bit, my attempt is at https://github.com/JasonKDarby/stopwatch/pull/18