try,catch,finally issues
Cleaner, more elegant, and wrong - Raymond Chen (2004)
Cleaner, more elegant, and harder to recognize - Raymond Chen (2005)
D language - "The try-finally solution separates the unwinding code from the setup.."
A safer/better C++? - long thread on comp.lang.c++.moderated (2005)
Scope guards discussion on digitalmars.D (2006)
[go-nuts] Proposal for an exception-like mechanism - Rob Pike (2010)
2010.10.22 - nsz