/javatips-sample-project

Sample project for Java Tips from Javaday2016

Primary LanguageJava

This is a sample project made from a live session in JavaDay 2016

The purpose of this project is too put together several tips and tricks a simple coding style to make the code easy to read and to extend.

Context: This a order management scenario. An order has several items. Each item has a code, a cost and a quantity.

+---------+        +--------+
|         |        |        |
|  Order  +<-------+  Item  |
|         |        |        |
+---------+        +--------+

More about this project here: http://sanprojects.eu/blog/useful-java-tips-from-javaday-2016