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
Main Author: Metz, Sandi
Format: eBook
Language:English
Published: Boston Addison-Wesley 2019
Edition:Second edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03514nmm a2200373 u 4500
001 EB001939863
003 EBX01000000000000001102765
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 0134456475 
020 |a 9780134445588 
020 |a 0134445589 
050 4 |a QA76.64 
100 1 |a Metz, Sandi 
245 0 0 |a Practical object-oriented design  |b an agile primer using Ruby  |c Sandi Metz 
250 |a Second edition 
260 |a Boston  |b Addison-Wesley  |c 2019 
300 |a 1 volume  |b illustrations 
505 0 |a 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 
653 |a Ruby (Computer program language) / fast 
653 |a Ruby (Langage de programmation) 
653 |a Ruby (Computer program language) / http://id.loc.gov/authorities/subjects/sh00000128 
653 |a Object-oriented programming (Computer science) / http://id.loc.gov/authorities/subjects/sh87007503 
653 |a Programmation orientée objet (Informatique) 
653 |a Object-oriented programming (Computer science) / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
776 |z 9780134456478 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780134445588/?ar  |x Verlag  |3 Volltext 
082 0 |a 500 
082 0 |a 005.1/17 
520 |a 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 simple to extend. Unfortunately, the world is awash with object-oriented (OO) applications that are difficult to understand and expensive to change. Even though they're written in OO languages, these applications fail to achieve the promise of OO because their code doesn't reflect the right mindset. The purpose of Practical Object-Oriented Design, Second Edition, is to solve that problem by immersing you in an OO mindset. It teaches powerful, real-world, object-oriented design techniques using simple and practical examples. It will change the way you think about code. Sandi Metz has distilled a lifetime of conversations and presentations about object-oriented design into a proven set of OO practices for crafting manageable, extensible, and pleasing code. She demonstrates how to build new applications that can "survive success" and how to repair those that have become impossible to change. Each technique is illustrated with extended examples in the easy-to-understand Ruby programming language, all downloadable from the companion website, poodr.com . Fully updated for Ruby 2.5, this guide shows how to: Decide what belongs in a single class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed object-oriented code Whatever your previous object-oriented experience, this concise guide will help you achieve the superior outcomes you're looking for