Java Coders And Python
@ 2007-07-18 20:33:43
Filed under: Code Frustration
I've noticed a bit more python code being written by (ex?) java developers. I urge you .... actually more like plead with you, PLEASE keep these things in mind:
1. do not write Python code like you write Java code
2. do not pollute the global namespace
3. Don't code in global space ... use __main__
4. User proper indentation! Don't use different levels in different methods/classes
kthnxbye
digg it
seed it
del.icio.us
ma.gnolia
Filed under: Code Frustration
I've noticed a bit more python code being written by (ex?) java developers. I urge you .... actually more like plead with you, PLEASE keep these things in mind:
1. do not write Python code like you write Java code
2. do not pollute the global namespace
3. Don't code in global space ... use __main__
4. User proper indentation! Don't use different levels in different methods/classes
kthnxbye
digg it
seed it
del.icio.us
ma.gnolia

