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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2019.
|
Edición: | 1st ed. 2019. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630882306719 |
Tabla de Contenidos:
- 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.