revisiting design pattern after Java 20

Abstract

In 1994, the Gang of Four brought 23 different design patterns to us that helped thousands, maybe millions of developers, to design better code and share a common language. Almost three decades later, improvements in the Java language allow us to revisit most of these design patterns and propose novel ways to solve the same problems. Join us at this talk when we perform some live refactorings of code using legacy implementations of design patterns into new code using the latest improvements of Java 20.