Clean Ruby A Guide to Crafting Better Code for Rubyists /

Learn how to make better decisions and write cleaner Ruby code. This book shows you how to avoid messy code that is hard to test and which cripples productivity. Author Carleton DiLeo shares hard-learned lessons gained from years of experience across numerous codebases both large and small. Each cha...

Full description

Bibliographic Details
Main Author: DiLeo, Carleton (Author, http://id.loc.gov/vocabulary/relators/aut)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2019.
Edition:1st ed. 2019.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • 1. The Qualities of Clean Code
  • 2. Naming Things
  • 3. Creating Quality Methods
  • 4. Using Boolean Logic
  • 5. Classes
  • 6. Refactoring.-7. Test-Driven Development (TDD).-Afterword: Wrapping Up.