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... (more…)
Read more »Java was released under the slogan ‘write once, run anywhere’; while its adoption was probably more about ‘now we have a language that provides garbage collection in a familiar workflow and with a … Read more