Not only you fail to understand what functional programming is (or why it matters nowadays), but you also seem to ignore the fact that C# includes FP features and promotes functional programming. By the way, your validation class logically IS a function.
What you're calling "functional programming" is a method on an object in an object-oriented web framework, which modifies the object state. That isn't functional programming.
Not only you fail to understand what functional programming is (or why it matters nowadays), but you also seem to ignore the fact that C# includes FP features and promotes functional programming. By the way, your validation class logically IS a function.
DottorStewie 5 months ago
What you're calling "functional programming" is a method on an object in an object-oriented web framework, which modifies the object state. That isn't functional programming.
hatfunkierstephen 6 months ago