-
Notifications
You must be signed in to change notification settings - Fork 13
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
Employee Review #6
base: master
Are you sure you want to change the base?
Conversation
# require './employee' | ||
|
||
class Department | ||
attr_reader :name, :roster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's best to indent this line.
Ruben - Good work, and great commit messages (except for one). I think you'll note in my comments the reason for your last test failing. I hope that you felt good about it, because your logic was all good except for that last error. Your indentation could be cleaned up a bit, but I noted those lines specifically. Let me know if you want to talk about this more, but your code is definitely on the right path. |
No description provided.