- Make the code more defensive
- Deliver v1.0 midnight before next lecture
- Do an informal demo of v1.0 (in the following lecture) during the next lecture
1 Make the code more defensive
- Improve the defensiveness of the code: We recommend you add assertions, exceptions, and logging to your code.
Remember to enable assertions in your,- IDEA run configurations -- if your Intellij is set not to use Gradle when running the project)
- the
build.gradlefile -- if you use Gradle to run the project, or if your Intellij is using Gradle to run the project
2 Deliver v1.0 midnight before next lecture
- When the v1.0 is ready, do a release on GitHub. Remember to upload the jar file as well.
- Wrap up the milestone on GitHub.
3 Do an informal demo of v1.0 (in the following lecture) during the next lecture
- During the following lecture, do an informal demo of your v1.0 to the profs.