Based on the book Exceptional Ruby by Avdi Grimm, I have developed a strategy for how I should deal with exceptions in Ruby. Being a very dynamic language, Ruby allows very flexible coding techniques. Exceptions are not an exception :). When I am developing a library in Ruby I typically create one Error module and […]
The post Ruby, an Exceptional Language appeared first on blog..