Leverage Java 17 New Features to Create Your Wordle Checker - JEP Caf #10

How to use Java 17 new features, i.e. Records, Switch Expression and Pattern Matching for Switch (a preview feature of JDK 17) to create a Wordle Checker. This JEP Café also shows you how to write readable code even when your algorithm is complex.
Back to Top