[Python-Dev] Split unicodeobject.c into subfiles
Antoine Pitrou
solipsis at pitrou.net
Thu Oct 25 16:56:11 CEST 2012
More information about the Python-Dev mailing list
Thu Oct 25 16:56:11 CEST 2012
- Previous message: [Python-Dev] Split unicodeobject.c into subfiles
- Next message: [Python-Dev] Split unicodeobject.c into subfiles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le 25/10/2012 00:15, Nick Coghlan a écrit : > > However, -1 on the "faux modularity" idea of breaking up the files on > disk, but still exposing them to the compiler and linker as a monolithic > block, though. That would be completely missing the point of why large > source files are bad. I disagree with you. Source files are meant to be read by humans, we don't really care whether the compiler has a modular view of the source code. Regards Antoine.
- Previous message: [Python-Dev] Split unicodeobject.c into subfiles
- Next message: [Python-Dev] Split unicodeobject.c into subfiles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list