Fluent setter: breaking the convention
What if we implement a fluent Interface, whereby the setter method returns this instead of void? Now, let’s rewrite a standard piece…
How to speed up Maven builds
As a Maven project grows in size, the question of build speed and test execution time becomes more…