It’s a trap! How Double Dispatch can help in avoiding code smells in Java

When and why Double Dispatch is useful, and how to implement it in Java via the Visitor Pattern… Read more

Similar

A World Without Java

This is the inevitable final result of including that damn ASK Toolbar with every Java update. Oracle, stop bundling crapware in your security updates, befor... (more…)

Read more »

Teeing, a hidden gem in the Java API

Last week, I described a use-case for a custom Stream Collector. I received a intriguing comment on Twitter: Interesting article. For completness' sake this specific problem could also be solved using the standard teeing collector— Miguel Martins (@Miguuc... (more…)

Read more »