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
2k stars
105 watching
218 forks
Language: Ruby
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fastruby/fast-ruby | A collection of Ruby idioms for writing faster code by collecting common performance optimizations. | 5,683 |
ruby/ruby | An implementation of an object-oriented programming language for scripting and web development | 22,145 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,707 |
khusnetdinov/ruby.fundamental | A comprehensive resource covering fundamental programming concepts in Ruby, including design patterns, data structures, and software development principles. | 474 |
uohzxela/clean-code-ruby | A guide to producing readable, reusable, and refactorable Ruby software following principles from Clean Code by Robert C. Martin. | 1,591 |
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,872 |
rubocop/ruby-style-guide | Provides guidelines for writing maintainable and readable Ruby code | 16,464 |
standardrb/standard | Automates code quality and style checks for Ruby projects | 2,723 |
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. | 311 |
arbox/ruby-style-guide | A community-driven style guide for Ruby coding best practices | 414 |
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,351 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 719 |