best-ruby

Code snippets

A collection of idiomatic Ruby code snippets, refactorings, and best practices for writing clean and maintainable Ruby code.

Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices

GitHub

2k stars
105 watching
218 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fastruby/fast-ruby A collection of Ruby idioms for writing faster code by collecting common performance optimizations. 5,684
ruby/ruby A language and implementation providing a simple and extensible way to write programs 22,221
ruby-concurrency/concurrent-ruby A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. 5,711
khusnetdinov/ruby.fundamental A comprehensive resource covering fundamental programming concepts in Ruby, including design patterns, data structures, and software development principles. 472
uohzxela/clean-code-ruby A guide to producing readable, reusable, and refactorable Ruby software following principles from Clean Code by Robert C. Martin. 1,594
learnbyexample/ruby_scripting A comprehensive tutorial covering Ruby scripting basics and advanced topics, suitable for developers familiar with general programming concepts. 69
ruby/did_you_mean A gem that suggests corrections for typos and errors in Ruby code 1,871
rubocop/ruby-style-guide Provides guidelines for writing maintainable and readable Ruby code 16,481
standardrb/standard Automates code quality and style checks for Ruby projects 2,742
practicingruby/rbp-book The Ruby Best Practices book project contains the original manuscript and production files used to generate the print version of the book. 312
arbox/ruby-style-guide A community-driven style guide for Ruby coding best practices 412
hassantc/ruby-style-guide A community-driven style guide for Ruby programming best practices and idioms 21
jordanpoulton/practical_object_oriented_design_in_ruby Chapter-by-chapter notes on practical object-oriented design principles in Ruby based on Sandi Metz' book 84
ruby/rake A make-like program implemented in Ruby for automating tasks and building projects. 2,355
kumar91gopi/algorithms-and-data-structures-in-ruby Implementations of various algorithms and data structures in Ruby 722