Code complete /
Widely considered one of the best practical guides to programming, Steve McConnell's original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices-and hundreds of new code sam...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Redmond, Wash. :
Microsoft Press,
©2004.
|
Edición: | 2nd ed. |
Colección: | Developer Best Practices.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Welcome to software construction
- 2. Metaphors for a richer understanding of software development
- 3. Measure twice, cut once : upstream prerequisites
- 4. Key construction decisions
- 5. Design in construction
- 6. Working classes
- 7. High-quality routines
- 8. Defensive programming
- 9. pseudocode programming process
- 10. General issues in using variables
- 11. power of variable names
- 12. Fundamental data types
- 13. Unusual data types
- 14. Organizing straight-line code
- 15. Using conditionals
- 16. Controlling loops
- 17. Unusual control structures
- 18. Table-driven methods
- 19. General control issues
- 20. software-quality landscape
- 21. Collaborative construction
- 22. Developer testing
- 23. Debugging
- 24. Refactoring
- 25. Code-tuning strategies
- 26. Code-tuning techniques
- 27. How program size affects construction
- 28. Managing construction
- 29. Integration
- 30. Programming tools
- 31. Layout and style
- 32. Self-documenting code
- 33. Personal character
- 34. Themes in software craftsmanship
- 35. Where to find more information.