Leaves -- Janice#23
Open
jaitch wants to merge 65 commits into
Open
Conversation
…les and test files
…into reservation file to do so
…sing. add duration method dates that straddle month
…s and code; needs work
…reate method for finding available room, call within make reservation. all green
…nction rather than in helper methods, start writing more tests
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 wrote tests to test for both positive and negative nominal and edge cases. I do see some room for improvement around writing flexible methods so that you do not repeat your code. In addition, you could make even more use of classes and objects to simplify the way that data is being stored and passed around. |
…f start and end dates
…s behavior of room and data was being changed by front_desk
… method in room class, as list available room by date is doing. had to simplify--now returning array of room numbers, not hashes of room numbers and date ranges. I think some tests failing bc no longer using available_rooms instance variable.
…ange method to room class and adapt make reservation and make block methods in front desk accordingly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hotel
Congratulations! You're submitting your assignment!
Comprehension Questions