Nice and Naughty Cases of Pattern Matching
Explores the effective and ineffective use of pattern matching in Java, including best practices, antipatterns, and corner cases.
Explores the effective and ineffective use of pattern matching in Java, including best practices, antipatterns, and corner cases.
A guide to using architectural unit tests in C#/.NET to enforce CancellationToken usage and sealed classes in controllers.
An analysis of Java 19's new features, focusing on pattern matching in switch statements and why it's a significant release.
Explores the performance benefits of sealed classes in C#, focusing on virtual dispatch and type checking, with benchmark results.
Java Newscast covers incremental platform evolution, pattern switches vs Visitor Pattern, and native Wayland support in OpenJDK.
Overview of new features in Java 17, including sealed classes and pattern matching for switch, from the Inside Java Newscast.
A comprehensive guide to Java 16 features, including records, sealed classes, and tooling requirements for developers.