Title: RE: feature suggestion

[flexibal]

#- we do make
#- typos... and it's very disturbing to find your program crashing after
#- two weeks of operation, over a NameError... because a
#- certain branch in
#- your code, that was previously never taken, had finally been taken.
#-
#- i've written several large-scale projects in python by
#- now... i find it
#- excellent for automated testing and other infrastructural
#- needs... but
#- mistyped variable-, function-, class-, and module- names been a PITA
#- for me ever since i've started to use python.

All the paths in your code should be tested by unittest *before* putting he software in production.

Actually, they should be tested *before* writing the code itself.

I'm a big -1 on including static definitions to prevent errors. The only advantage I see to them is to speed enhancements (a la Pyrex).

.       Facundo

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ADVERTENCIA.

La informaci�n contenida en este mensaje y cualquier archivo anexo al mismo, son para uso exclusivo del destinatario y pueden contener informaci�n confidencial o propietaria, cuya divulgaci�n es sancionada por la ley.

Si Ud. No es uno de los destinatarios consignados o la persona responsable de hacer llegar este mensaje a los destinatarios consignados, no est� autorizado a divulgar, copiar, distribuir o retener informaci�n (o parte de ella) contenida en este mensaje. Por favor notif�quenos respondiendo al remitente, borre el mensaje original y borre las copias (impresas o grabadas en cualquier medio magn�tico) que pueda haber realizado del mismo.

Todas las opiniones contenidas en este mail son propias del autor del mensaje y no necesariamente coinciden con las de Telef�nica Comunicaciones Personales S.A. o alguna empresa asociada.

Los mensajes electr�nicos pueden ser alterados, motivo por el cual Telef�nica Comunicaciones Personales S.A. no aceptar� ninguna obligaci�n cualquiera sea el resultante de este mensaje.

Muchas Gracias.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to