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: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
fastruby/fast-rubyA collection of Ruby idioms for writing faster code by collecting common performance optimizations.5,684
ruby/rubyA language and implementation providing a simple and extensible way to write programs22,221
ruby-concurrency/concurrent-rubyA modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently.5,711
khusnetdinov/ruby.fundamentalA comprehensive resource covering fundamental programming concepts in Ruby, including design patterns, data structures, and software development principles.472
uohzxela/clean-code-rubyA guide to producing readable, reusable, and refactorable Ruby software following principles from Clean Code by Robert C. Martin.1,594
learnbyexample/ruby_scriptingA comprehensive tutorial covering Ruby scripting basics and advanced topics, suitable for developers familiar with general programming concepts.69
ruby/did_you_meanA gem that suggests corrections for typos and errors in Ruby code1,871
rubocop/ruby-style-guideProvides guidelines for writing maintainable and readable Ruby code16,481
standardrb/standardAutomates code quality and style checks for Ruby projects2,742
practicingruby/rbp-bookThe 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-guideA community-driven style guide for Ruby coding best practices412
hassantc/ruby-style-guideA community-driven style guide for Ruby programming best practices and idioms21
jordanpoulton/practical_object_oriented_design_in_rubyChapter-by-chapter notes on practical object-oriented design principles in Ruby based on Sandi Metz' book84
ruby/rakeA make-like program implemented in Ruby for automating tasks and building projects.2,355
kumar91gopi/algorithms-and-data-structures-in-rubyImplementations of various algorithms and data structures in Ruby722