Monthly Archives: November 2013

Using Exceptions to help separate functionality

I have recently had to split a class into two and found raising exceptions via a new error class was key to the success of this process. I’ve been working on Geminabox. The goal was to add the facility for … Continue reading

Posted in Ruby | Comments Off on Using Exceptions to help separate functionality