-
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-Stephanie Garcia #45
base: master
Are you sure you want to change the base?
Conversation
Design Scaffolding for the Hotel project
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! Your existing code is good. It is logical and in good code style. Also, with the tests that I see here, your tests are set up correctly (with the right logic for Arrange, Act, and Assert). Overall, I think that the code we see here is definitely on the right track! With the existing code that works, there's very little I would change besides make some tests more specific. As unit 1 closes, we will see in unit 2 that tests stick around. We won't re-inforce TDD as much, so I hope that you find your rhythm in figuring out what works best for you; how much implementation code can you write without TDD. My hope is that eventually, writing tests will be a comfortable way of shaping what your code's goals are and how to check they're correct. I really hope that when we meet to talk some time, we can talk about which specific parts of Ruby code we want to target our learning on-- Personally, I want to know if it's all tests, or if there's more topics for us to cover! In general, this project's implementation code is successful; its tests didn't cover a lot of what I expect it to cover. That being said, I'm proud of what the existing code represents: I feel great about your use of variables, methods, and classes, and it will only get better! |
Hotel
Congratulations! You're submitting your assignment!
Comprehension Questions