DEV Community

chenge
chenge

Posted on

Clean Code concepts adapted for Ruby

Today I read this from Ruby Weekly. A good clean code guide for Ruby.

Let's study it together.

Table of Contents

  1. Introduction
  2. Variables
  3. Functions
  4. Objects and Data Structures
  5. Classes
  6. SOLID
  7. Testing
  8. Error Handling
  9. Formatting
  10. Comments
  11. Translations

Introduction

Humorous image of software quality estimation as a count of how many expletives<br>
you shout when reading code

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.

link-->

Top comments (1)

Collapse
 
chenge profile image
chenge • Edited