[Python-Dev] User's complaints (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 14 02:41:25 CEST 2006
- Previous message: [Python-Dev] User's complaints
- Next message: [Python-Dev] User's complaints
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeroen Ruigrok van der Werven wrote:
It's just nice to be able to define a single class in multiple modules.
It seems nice until you want to track down which source file the definition of some method comes from.
Those used to the "one huge global namespace" of C and C++ likely don't see this as a problem. But since I've come to appreciate the benefits of Python's module system, I don't want to go back to that nightmare.
-- Greg
- Previous message: [Python-Dev] User's complaints
- Next message: [Python-Dev] User's complaints
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]