John Salerno wrote:
> One of the things I learned with C# is that it's always better to handle 
> any errors that might occur within the codes itself (i.e. using if 
> statements, etc. to catch potential out of range indexing) rather than 
> use too many try/catch statements, because there is some overhead every 
> time the program encounters the try.

"Premature optimization is the root of all evil (or at least most of
it) in programming."
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to