Pro PHP refactoring

Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he didn’t...

Descripción completa

Detalles Bibliográficos
Autor principal: Trucchia, Francesco (-)
Otros Autores: Romei, Jacopo
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Berkeley, Calif.] : Apress 2010.
Edición:1st ed. 2010.
Colección:The expert's voice in open source Pro PHP refactoring with test driven design
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628080306719
Tabla de Contenidos:
  • Finding “Bad Smells” in Code
  • to Refactoring
  • Principles and Rules
  • Test-First Development
  • Refactoring Tools
  • Structuring Behavior
  • Changing Class Responsibilities
  • Dealing with Data Rationalization
  • Reducing to Essential Conditional Executions
  • Simplifying Method Calls
  • Simplifying Generalization Relationships
  • Legacy Code
  • Regression Tests
  • Refactoring with Patterns.