Practical object-oriented design an agile primer using Ruby

The Complete Guide to Writing Maintainable, Manageable, Pleasing, and Powerful Object-Oriented Applications Object-oriented programming languages have a point of view about how best to model the world. They exist to help you create beautiful, straightforward applications that are easy to change and...

Descripción completa

Detalles Bibliográficos
Otros Autores: Metz, Sandi, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Boston : Addison-Wesley [2019]
Edición:Second edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630399406719
Tabla de Contenidos:
  • Object-oriented design
  • Designing classes with a single responsibility
  • Managing dependencies
  • Creating flexible interfaces
  • Reducing costs with duck typing
  • Acquiring behavior through inheritance
  • Sharing role behavior with modules
  • Combining objects with composition
  • Designing cost-effective tests.