I have recently been talking to friends/colleagues about their reasons
for not using python for large projects (say from a thousand lines of
code and with at least three people contributing). One of the problems
that comes up time and again is the difficulty in debugging python
code and in particular the simple sounding job of catching typos.  One
specific suggestion is the following.

Make variable declaration compulsory.   For example.

    var foo = 15
    [...]
    var foo = 10

should return an error.


Similarly
_______________________________________________
code-quality mailing list
code-quality@python.org
http://mail.python.org/mailman/listinfo/code-quality

Reply via email to