-
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
Leaves - Mariya #31
base: master
Are you sure you want to change the base?
Leaves - Mariya #31
Conversation
…esponding tests. check_availability method inside hotel is still incomplete.
…ding files and tests. Updated DateRange such that it includes a dates inside a range (vs. a date range inside an array)
…ality to return a room number.
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! I am particularly impressed by the way that you designed your program. You did a great job encapsulating functionality in methods. Furthermore, your code is concise and readable, and your use of comments is great I do see some room for improvement around the robustness of your tests. Your tests are a bit lean. Try to think of all possible edge cases with both positive and negative results and test for these. Furthermore, make sure the state you are testing for the nominal cases isn't unusually (A hotel with a single room could perhaps behave differently than a 20 room hotel). It shouldn't, but you should test a 20 room hotel to make sure your methods are robust. |
Hotel
Congratulations! You're submitting your assignment!
Comprehension Questions