https://github.com/andyobtiva/responsibility_driven_design_in_ruby
Code examples used in Montreal.rb January 2025 talk "Ruby OOP Done Right with Responsibility Driven Design" by Andy Maleh
https://github.com/andyobtiva/responsibility_driven_design_in_ruby
ood oop responsibility-driven-design ruby
Last synced: about 1 month ago
JSON representation
Code examples used in Montreal.rb January 2025 talk "Ruby OOP Done Right with Responsibility Driven Design" by Andy Maleh
- Host: GitHub
- URL: https://github.com/andyobtiva/responsibility_driven_design_in_ruby
- Owner: AndyObtiva
- License: mit
- Created: 2025-01-16T23:53:53.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-19T14:32:09.000Z (8 months ago)
- Last Synced: 2025-03-19T15:34:31.062Z (8 months ago)
- Topics: ood, oop, responsibility-driven-design, ruby
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Code for Ruby OOP Done Right w/ Responsibility Driven Design
## Montreal.rb Ruby Meetup 2025-01 Talk
This repo contains code examples for the [Montreal.rb January 2025 Ruby meetup talk "OOP Done Right in Ruby w/ Responsibility Driven Design"](https://www.youtube.com/watch?v=-KTUZDpMVKU&list=PLRAf4zt5oEjc2mqmEN9m_O0JovQCXxvxt&index=15). Note that the examples do not cover the entire talk, which is better learned by watching the YouTube Video and browsing through the Presentation Slides.
YouTube Video:
[https://www.youtube.com/watch?v=-KTUZDpMVKU&list=PLRAf4zt5oEjc2mqmEN9m_O0JovQCXxvxt&index=15](https://www.youtube.com/watch?v=-KTUZDpMVKU&list=PLRAf4zt5oEjc2mqmEN9m_O0JovQCXxvxt&index=15)
Presentation Slides:
[https://docs.google.com/presentation/d/e/2PACX-1vQ_ZD9J-X2tvIRX0oN-ueA8Og7n06Ddn5w_QDCyZBhp-iDrWI5KCzaTQC1ulTUoFybpj4SxkjTLxo2A/pub?start=false&loop=false&delayms=60000&slide=id.p1](https://docs.google.com/presentation/d/e/2PACX-1vQ_ZD9J-X2tvIRX0oN-ueA8Og7n06Ddn5w_QDCyZBhp-iDrWI5KCzaTQC1ulTUoFybpj4SxkjTLxo2A/pub?start=false&loop=false&delayms=60000&slide=id.p1)
To run, please follow these steps in an environment that has Ruby:
```
git clone git@github.com:AndyObtiva/responsibility_driven_design_in_ruby.git
```
```
cd responsibility_driven_design_in_ruby
```
```
ruby responsibility_driven_design/application.rb
```
## License
[MIT](LICENSE.txt)
Copyright (c) 2025 Andy Maleh