DEV Community

Discussion on: Java Developer Litmus Test Part 1

Collapse
 
simontrhodes profile image
Simon Rhodes • Edited

Peter,
This morning I've made an attempt at your test.
Currently I'm doing a Computer Science degree and only did OOP and Java in one module. Along with a bit of OOP in PHP.
As I've never developed in a commercial environment, I haven't come across Maven or Spring.

Overall I struggled more with Github than I did with Java.
It took me less than 1 hour, so I'm not sure if I missed anything?

My attempt is at

I look forward to some feedback.

Thanks,

Simon

Collapse
 
cheetah100 profile image
Peter Harrison

Hi Simon, congratulations on completing the task as written.

Take another look at the code with the eyes of a code reviewer. Ask yourself how you might improve or refactor the code base while introducing the new functionality. If you do make improvements note down what the changes are and how they make the code better, but keep them to yourself for now.

Next week when I publish my solution I plan to have a discussion about the different approaches people took.

Collapse
 
simontrhodes profile image
Simon Rhodes

Thank you Peter.
I did see quite a few changes that could be made.
I've removed the link from my post, until other people have had a go.