An open API service indexing awesome lists of open source software.

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

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