The Visitor Pattern - 'Revisited' using Data Oriented Programming techniques
Java Language improvements culminating in java 21 obviate the need for the verbose visitor pattern as we know it, instead elevating it into …

A freelance Java developer with 6 years of experience (mostly in the public sector) specializing in backend web development using the Spring Framework. Recently started blogging on https://wimdetroyer.com/ and crossposting on foojay.

Wim De Troyer
2,201 viewsJava Language improvements culminating in java 21 obviate the need for the verbose visitor pattern as we know it, instead elevating it into …

Foojay Podcast #66: Let's Talk About Java Code! Diving into a few Foojay blog posts...

Wim De Troyer
3,766 viewsUpgrading from Spring Boot 2 to 3 forced me to define my configuration properties in a better way.