Closed mklaber closed 5 years ago
I may make class changes in a future iteration but I tend to avoid that when there is no shared state between methods. That is to say, any class level properties/fields are set in the constructor and are effectively "final" throughout. Blah blah blah OOP design feelings.
Should be ready for your re-review.
Still need to write some tests and add a bit more documentation.