If you maintain a Java library, you’ve probably felt the disconnect between supporting Java 8 and providing support for the Java Platform Module System. A…
Leave a Comment{ 4Comprehension } Posts
Gatherers is the missing piece of the Stream API. So far, if we were missing a terminal method, we could always implement one ourselves by…
Leave a CommentUsing fakes in tests instead of mocks has great advantages – it enables behaviour verification, which enables a true TDD, where you start with capturing…
Leave a Comment

