Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails App #154

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Rails App #154

wants to merge 7 commits into from

Conversation

geronimo
Copy link

This challenge is my first interaction with Rails 5.0; it's a very simple application so didn't make use of any of the new features.

The part of the code I'm particularly proud is how the responsibilities between Controller, Model, and Service are distributed. It's not perfect but, in my opinion, it's really important to keep objects that are responsible for only one thing. That make easier future extensions of the codebase, as well as testing critical parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant