design-patterns-in-ruby
Design Patterns Library
Explains and adapts 23 GoF design patterns to the Ruby programming language
GoF design patterns in Ruby
2k stars
76 watching
388 forks
last commit: 7 months ago
Linked from 1 awesome list
design-patternsruby
Related projects:
Repository | Description | Stars |
---|---|---|
design-patterns-in-ruby/design-patterns-in-ruby | A collection of Ruby examples demonstrating 14 design patterns and their applications in software development. | 2,562 |
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 |
faif/python-patterns | A collection of reusable design solutions in Python for efficient and flexible software development | 40,499 |
kamranahmedse/design-patterns-for-humans | An ultra-simplified explanation of design patterns and their application in software development | 45,430 |
khusnetdinov/ruby.fundamental | A comprehensive resource covering fundamental programming concepts in Ruby, including design patterns, data structures, and software development principles. | 474 |
abishekaditya/designpatterns | A collection of C# implementations for design patterns | 2,534 |
crystal-community/crystal-patterns | A collection of design patterns implemented in Crystal language. | 297 |
toryzhou/design-pattern | This project presents implementations of the 23 design patterns in Java. | 58 |
nimit95/real-world-design-patterns-node-js | Implementation of 23 GoF design patterns in Node.js with real-world examples and explanations | 384 |
xujiajun/pattern-guidance | A comprehensive guide to design patterns in Go programming language | 268 |
skmetz/poodr | A comprehensive guide to practical object-oriented design in Ruby, providing an in-depth exploration of software development principles and best practices. | 644 |
kanwei/algorithms | A comprehensive library of algorithms and data structures in Ruby | 2,669 |
shubhamzanwar/design-patterns | A collection of Go implementations of common design patterns used in software development | 119 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,707 |
franzejr/best-ruby | A collection of idiomatic Ruby code snippets, refactorings, and best practices for writing clean and maintainable Ruby code. | 2,390 |