Today I read this from Ruby Weekly. A good clean code guide for Ruby.
Let's study it together.
Table of Contents
- Introduction
- Variables
- Functions
- Objects and Data Structures
- Classes
- SOLID
- Testing
- Error Handling
- Formatting
- Comments
- Translations
Introduction
Software engineering principles, from Robert C. Martin's book
Clean Code, adapted for Ruby. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in Ruby.
Top comments (1)
clean code video list