Writing good exceptions (IBM developerWorks)
[Posted May 28, 2003 by cook]
Cameron Laird
writes about Python exception handling code on IBM's developerWorks.
"
A refined exception system is one of the most distinctive advantages modern programming languages offer. Many experienced programmers still don't know, though, how to use exceptions well. Or, perhaps more precisely, they don't use them the way I think best. One consequence, among others, is to damage the security of their systems. So, let's see what we can improve."
(
Log in to post comments)