Code reading the open source perspective

If you are a programmer, you need this book. You've got a day to add a new feature in a 34,000-line program: Where do you start? Page 333 How can you understand and simplify an inscrutable piece of code? Page 39 Where do you start when disentangling a complicated build process? Page 167 How do...

Descripción completa

Detalles Bibliográficos
Autor principal: Spinellis, Diomidis (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Boston : Addison-Wesley c2003.
Edición:1st edition
Colección:Effective software development series
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627250606719
Tabla de Contenidos:
  • 1. Introduction
  • 2. Basic programming elements
  • 3. Advanced C data types
  • 4. C data structures
  • 5. Advanced control flow
  • 6. Tackling large projects
  • 7. Coding standards and conventions
  • 8. Documentation
  • 9. Architecture
  • 10. Code-reading tools
  • 11. A complete example
  • A. Outline of the code provided
  • B. Source code credits
  • C. Referenced source files
  • D. Source code licenses
  • E. Maxims for reading code.