diff options
| author | mo <mo.khan@gmail.com> | 2019-06-06 20:53:16 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-06-06 20:53:16 -0600 |
| commit | 5bee7906945f8e586482dac86d3de6c89b88017c (patch) | |
| tree | 89a9d7109405ff6947156b4c5492ffcaa7d03b0b /src/Q1/README.md | |
| parent | 55945e50769fe979eb56590d2072bcfb4fb37d14 (diff) | |
tidy up the discussion in Q1
Diffstat (limited to 'src/Q1/README.md')
| -rw-r--r-- | src/Q1/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/Q1/README.md b/src/Q1/README.md index a2f59f0..5af887b 100644 --- a/src/Q1/README.md +++ b/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. |
