Cantitate/Preț
Produs

Clean Ruby: A Guide to Crafting Better Code for Rubyists

Autor Carleton DiLeo
en Limba Engleză Paperback – 30 noi 2019
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

Preț: 21208 lei

Preț vechi: 26510 lei
-20% Nou

Puncte Express: 318

Preț estimativ în valută:
4059 4216$ 3371£

Carte disponibilă

Livrare economică 13-27 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484255452
ISBN-10: 1484255453
Pagini: 113
Ilustrații: X, 113 p.
Dimensiuni: 155 x 235 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

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