-
Notifications
You must be signed in to change notification settings - Fork 50
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
Branches - Brianna K #35
base: master
Are you sure you want to change the base?
Conversation
…ect and moving to hotel class
HotelWhat We're Looking ForTest Inspection
Code Review
Overall FeedbackGreat work overall! You've built your first project with minimal starting code. This represents an incredible milestone in your journey, and you should be proud of yourself! Yay! I am particularly impressed by the way that you tested Wave 3 so dang thoroughly! I do see some room for improvement around logically breaking down a problem into smaller pieces and making those pieces into methods (ie. make_reservation). But glad to see you noticed that too! |
end | ||
|
||
|
||
def make_reservation(start_date:, end_date:, hold_block:false, block_id:nil) |
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.
There's enough going on here that it'd be cleaner to break it up into smaller methods that this method calls.
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.
Oh! I see you called that out in your refactors list! Awesome!
Hotel
Congratulations! You're submitting your assignment!
Comprehension Questions