Long Live Python!
Ng Pheng Siong
ngps at madcap.dyndns.org
Fri Jul 13 14:02:13 EDT 2001
More information about the Python-list mailing list
Fri Jul 13 14:02:13 EDT 2001
- Previous message (by thread): Long Live Python!
- Next message (by thread): Long Live Python!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Long Live Python!
- Next message (by thread): Long Live Python!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list