Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 516 Bytes

Installation

Get a JDK 11 here : https://jdk.java.net/11/ and setup your IDE for working with it.

Test

Run the test in src/test/java/DojoTest with JUnit, they should always works during the Dojo

Refactor

Refactor the code in src/main/java/Dojo.java with the new functionalities of Java 9, 10, 11

You can follow the slides here : https://slides.com/loicmathieu/java-9-10-11 the refactor comment contains the number of the slide.

Read the code and each time there is a //TODO refactor ... refactor it ;)