Jul 30, 2017 · 1 min read
Do you also find in C# you apply the same patterns? (Linq rather than foreach, very few if statements, etc)
Absolutely. In C# land, I no longer write for loops. LINQ for everything. I already used LINQ pretty heavily before I started to dive into the functional world.
After learning FP, it really opened my mind up to more ways I could use LINQ and how beautiful LINQ is.
LINQ is my favorite part about C#.
Cheers!
