idioms for abstract base classes
Remco Gerlich
scarblac at pino.selwerd.nl
Thu Apr 26 06:59:33 EDT 2001
More information about the Python-list mailing list
Thu Apr 26 06:59:33 EDT 2001
- Previous message (by thread): idioms for abstract base classes
- Next message (by thread): idioms for abstract base classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
zooko at zooko.com <zooko at zooko.com> wrote in comp.lang.python: > In fact, I suspect that premature design, such as the mistake described here, is > the most common error in software engineering (this contradicts the common > belief that insufficiently farsighted design is the most common problem in > software engineering). Yes. I'm only just starting to learn this. I'm one of those people who wants to make every design completely "clean and general" and therefore never get anything done (so to speak). Premature optimization is bad, but premature generalization is the same thing. -- Remco Gerlich
- Previous message (by thread): idioms for abstract base classes
- Next message (by thread): idioms for abstract base classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list