Spooky Action at a Distance: Exceptions
How should we handle error conditions? We’ll look at the try-catch exception mechanism that’s similar across many languages, and a few patterns and pitfalls for working with it. Old-School One way of handling errors is for a method to have Continue reading Spooky Action at a Distance: Exceptions