modern-java-practices icon indicating copy to clipboard operation
modern-java-practices copied to clipboard

Discuss readability in the code and build scripts

Open binkley opened this issue 9 months ago • 0 comments

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?

binkley avatar May 21 '24 20:05 binkley