mcgivrer / monoclass2

This small Java project with only one (master) class is a proof-of-concept of an over simplified java program to deliver maximum feature in a minimum number lines of code, and WITHOUT dependencies out of the JDK itself (but only for test purpose, using JUnit and Cucumber). (Note: subclasses were dispatch into package since july 2022)
MIT License
1 stars 0 forks source link

feat(JavaDoc): Add tons of doc to explain what are the components and… #34

Closed mcgivrer closed 2 years ago

mcgivrer commented 2 years ago

… the requirements