The evidence is in our code. Open your IDE and look at the last OOP project you delivered, and ask yourself; "How would this look like in a functional programming language?"
Anecdotes are not evidence.
Probably pretty much the same, but with far less organisation, and far less friendly to newer developers?
OOP and FP aren't mutually exclusive. SOLID principles don't automatically result in code explosions.
OOP and FP aren't mutually exclusive
This is a good point, and when I code in C#, I typically choose the functional constructs much more than the OO constructs ...
... yes, C# has a lot of functional constructs ... ;)
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The evidence is in our code. Open your IDE and look at the last OOP project you delivered, and ask yourself; "How would this look like in a functional programming language?"
Anecdotes are not evidence.
Probably pretty much the same, but with far less organisation, and far less friendly to newer developers?
OOP and FP aren't mutually exclusive. SOLID principles don't automatically result in code explosions.
This is a good point, and when I code in C#, I typically choose the functional constructs much more than the OO constructs ...
... yes, C# has a lot of functional constructs ... ;)