This post originated from an RSS feed registered with Agile Buzz
by James Robertson.
Original Post: Exceptions and Stop signs
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Dave Buck has found that .NET is just like Java in the way exceptions are handled - i.e., the are not proceedable, as your context is gone by the time you get to the handler. I have no idea how I'd have done parts of BottomFeeder under those restrictions - many network errors are handled by simply resuming the update loop with no updates from the offending feed. The Smalltalk process hosting the update loop is not terminated in that case, and things just roll along. I've got to figure that handling such errors in .NET or Java is a whole lot more painful...