modern-java-practices
modern-java-practices copied to clipboard
Discuss readability in the code and build scripts
Ideas:
- Fluent interface (https://www.martinfowler.com/bliki/FluentInterface.html, https://en.wikipedia.org/wiki/Fluent_interface)
- Especially consider for test alternatives to vanilla Java and JUnit
How to make the build scripts & configuration more readable, especially for the first time reader?