Commit 5bee790
Changed files (1)
src
Q1
src/Q1/README.md
@@ -161,13 +161,10 @@ Bye
I started implementing this exercise by creating a class that matches
the supplied class diagram in the assignment. I then started writing
-testing using `junit` to flush out the expected API.
-This makes it easier to refactor the code as I learn new techniques or optimizations.
+tests using `junit` to flush out the expected API.
I only wrote happy path tests using `junit`, but this was enough to put
together a running console application.
-I prefer to automate things as much as I can, so I chose to use maven
-to create the default folder structure and used some maven plugins to run
-`junit` and a plugin to automatically format the code as per the Google
-java code style guidelines.
+I chose to use maven to create the default folder structure and used maven plugins to run
+`junit` and to automatically format the code as per the Google java code style guidelines.