Long Live Python!

Ng Pheng Siong ngps at madcap.dyndns.org
Fri Jul 13 14:02:13 EDT 2001


According to Dennis Roark  <denro at earthlink.net>:
> Lack of type safety; lack of forcing variable names to be
> declared before use.  (In a long program, how hard it is to
> find a bug that is simply the misspelling of a variable!)

Write the test. Then write the code to pass the test. Test a small piece of
functionality at a time. Run the growing bunch of tests regularly.

Mistyped variables get caught immediately.

-- 
Ng Pheng Siong <ngps at post1.com> * http://www.post1.com/home/ngps

Quidquid latine dictum sit, altum viditur.



More information about the Python-list mailing list