Tagged Questions

1
vote
2answers
130 views

Ruby how much error checking is appropriate?

I'm implementing a few things in Ruby and I was wondering how much error checking is appropriate (or, more precisely, how much error checking should be done by convention)? For example, I'm ...