Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Metz, Sandi (Author)
Format: Electronic eBook
Language:Inglés
Published: Boston : Addison-Wesley, [2019]
Edition:Second edition.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.