Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Yeah69 You'd be surprised how much functionality you can pack in 89 lines ;) But it's not really about that, more of a good practice we're trying to adopt at work.
-
@beverest In this case it's branch coverage by unit tests, so every single line in this class is covered by at least one unit test.
-
Due to an incompatibility with lombok and sonar it's been a struggle to keep my coverage over 90%. Kind of annoying
Related Rants
One of the best feelings when programming
undefined
unit tests
100% coverage