Everything to like
Posted Mar 30, 2005 14:05 UTC (Wed) by
edomaur (subscriber, #14520)
In reply to:
Everything to like by mwh
Parent article:
Evidence that Python is advancing into the enterprise (NewsForge)
Yes, I think too. There is already the Eggs project (http://peak.telecommunity.com/DevCenter/PythonEggs) which some parts are already agreed upon by Guido and others. I think this goes in the right direction.
Now, about the indentation, I have encounter many times the Lost Tab Character problem. I hate positively when people use tabs in there source code, it always ensure that at one time, the layout of the code goes full crap & trash. Since it is pratically impossible to convince hard boiled programmers to use spaces chars only, in Python it could be the death of the project. I do not know if there is an util to solidify the indentation, or if there is anything to do except firing the programmers..
(
Log in to post comments)