Evgeny Mandrikov Profile picture
Software Gardener, JaCoCo Project Lead, @SonarSource Language Team Technical Leader
Jan 7, 2020 12 tweets 9 min read
#TDD, #CodeReview and #ContinuousIntegration in action - here is how with @marcandsweep we develop new features in #JaCoCo (jacoco.org/jacoco/):
as an example let's have a look at github.com/jacoco/jacoco/… … … first we add high level "validation" test to study desired behavior, this test targets Records (openjdk.java.net/jeps/359) that are #JDK14 Preview Feature (openjdk.java.net/jeps/12),
so build fails locally, but only on JDK14 …