Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Evgeny Mandrikov
@_godin_
Software Gardener, JaCoCo Project Lead, @SonarSource Language Team Technical Leader
Subscribe
Save as PDF
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 …