Books

99 Bottles of OOP
By Sandi Metz
00
mode_comment 0
0%
0 likes
99 Bottles of OOP
By Sandi Metz
0%
0 likes

E-book

99 Bottles of OOP is a practical guide to writing cost-effective, maintainable, and pleasing object-oriented code. It explores: Recognizing when code is "good enough" Getting the best value from Test-Driven Development (TDD)

label ruby, programming

0 Comments

Practical Object-Oriented Design In Ruby
By Sandi Metz
00
mode_comment 0
100%
1 likes
Practical Object-Oriented Design In Ruby
By Sandi Metz
100%
1 likes

Printed book, E-book, 247 pages

Published 2012-08-23

Practical Object-Oriented Design in Ruby (POODR) is a programmers tale about how to write object-oriented code. It explains object-oriented design (OOD) using realistic, understandable examples. POODR is a practical, readable introduction to how OOD can lower your costs and improve your applications.

POODR will help you:

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
Craft simple, straightforward, understandable code
If your code is killing you and the joy is gone, POODR has the cure.

label object-oriented, ruby

0 Comments