See all tags.

Articles tagged “functional”

The amazing (and dangerous!) switch expressions in C# 8
published on Feb 05, 2020

I love the switch expressions in C# 8. They are a nifty little tool to move away from procedural ways of thinking and writing code. However, they seem to also contain dangers that could take away years of progress made in OOP.