Browsing Tag
Pattern Matching
2 posts
Modern Java
With Java’s adoption of a six-month release cycle, new features are being introduced to the language rapidly. This…
Record Patterns — Building on JAVA Records
Records are becoming quite popular nowadays. Put it simply, they are just constant classes. So what’s the big…