Ace Switch Expressions in C# 8 by @buhakmeh khalidabuhakmeh.com
C# 8 came with many new features that make distinct logic branches more apparent for both the developers writing and reading the codebase. Those features include switch expression, property patterns, and tuple patterns.