DEV Community

chenge
chenge

Posted on

3

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-->

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (1)

Collapse
 
chenge profile image
chenge • Edited

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay