Code Review Exercise for the BU Software Engineering class on 10.11.2022.
Please go this Pull Request and add your review.
A guide on how to add your review to a pull request can be found here.
Remember the non-exhaustive list of things to look for in a change:
- Design (kind of hard to showcase in an example, focus on the other ones)
- Functionality
- Complexity
- Tests
- Style
- Documentation (remember comments are documentation)