Cantitate/Preț
Produs

Clean Ruby

Autor Carleton DiLeo
en Limba Engleză Paperback – 10 aug 2026
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 chapter covers the topics you need to know to make better decisions and optimize your productivity. Many books will tell you how to do something; this book will tell you why you should do it. Start writing code you love. 
What You Will Learn

  • Build better classes to help promote code reuse
  • Improve your decision making and make better, smarter choices
  • Identify bad code and fixed it
  • Create quality names for all of your variables, classes, and modules
  • Write better, concise classes
  • Improve the quality of your methods
  • Properly use modules
  • Clarify your Boolean logic
  • See when and how you refactor
  • Improve your understanding of TDD and write better tests
Who This Book Is For

This book is written for Ruby developers. There is no need to learn a new language or translate concepts to Ruby.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 19784 lei  3-5 săpt.
  Apress – 30 noi 2019 19784 lei  3-5 săpt.
  APRESS L.P. – 10 aug 2026 33085 lei  Precomandă

Preț: 33085 lei

Preț vechi: 41355 lei
-20% Precomandă

Puncte Express: 496

Preț estimativ în valută:
5852 6951$ 5096£

Carte nepublicată încă

Doresc să fiu notificat când acest titlu va fi disponibil:

Specificații

ISBN-13: 9798868826429
Ilustrații: Approx. 200 p.
Dimensiuni: 178 x 254 mm
Ediția:Second Edition
Editura: APRESS L.P.
Colecția Apress

Cuprins

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.

Notă biografică

Carleton DiLeo has been writing code ever since he built his first computer from parts in a dumpster. He has written code from high-traffic websites to back-end big data systems for video games. This wide base of knowledge provides Carleton with a unique perspective when writing Ruby code.

Textul de pe ultima copertă

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 chapter covers the topics you need to know to make better decisions and optimize your productivity. Many books will tell you how to do something; this book will tell you why you should do it. Start writing code you love. 
This book is written for Ruby developers. There is no need to learn a new language or translate concepts to Ruby.
You will:
  • Build better classes to help promote code reuse
  • Improve your decision making and make better, smarter choices
  • Identify bad code and fixed it
  • Create quality names for all of your variables, classes, and modules
  • Write better, concise classes
  • Improvethe quality of your methods
  • Properly use modules
  • Clarify your Boolean logic
  • See when and how you refactor
  • Improve your understanding of TDD and write better tests


Caracteristici

The first book on clean coding for Ruby developers Create more straightforward methods to increase productivity Written by an active practicing Ruby code developer and game programmer