Zusammenfassung der Ressource
Te Pragmatic Programer
- A Pragmatic Approach
- Projects
- Ideas and processes
- The evils of duplication
- Orthogonality
- Programming technique tracer bullets
- Requirements
- Test code
- Implement code
- Orthogonality
- Quality of systems
- Create systems
- Easy to design
- Easy to build
- Easy to test
- Easy to extend
- The Evils of Duplication
- How does duplication aries
- Interdeveloper duplication
- Developers donts realize that they are duplicating informating
- Inadvertent duplication
- Multiple people on a team (or on different teams ) duplicate a pice of information
- Impatient duplication
- Developers get lazy and duplicate because it seems easier.
- Imposed duplication
- Developers feel they have no choice--the enviroment seems to require duplication