Community

Function parameters in C# and the flattened sum type anti-pattern

(Yacoub Massad) In this tutorial, I will discuss function parameters in C#. I will talk about how function parameters tend to become unclear as we maintain our programs and how to fix them.