Browsing Tag
Pattern Matching
3 posts
Writing readable code with Algebraic Data Types and Pattern Matching in Java
Writing readable code is essential for the maintainability of any application. There are many techniques we can use…
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…