In article <[EMAIL PROTECTED]>,
Matthias Kaeppler  <"matthias at finitestate dot org"> wrote:
>
>Another thing which is really bugging me about this whole dynamically 
>typing thing is that it seems very error prone to me:
>
>foo = "some string!"
>
># ...
>
>if (something_fubar):
>    fo = "another string"
>
>Oops, the last 'o' slipped, now we have a different object and the 
>interpreter will happily continue executing the flawed program.

pychecker (or pylint, but I haven't tried that)
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"Don't listen to schmucks on USENET when making legal decisions.  Hire
yourself a competent schmuck."  --USENET schmuck (aka Robert Kern)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to