#functional-programming
Read more stories on Hashnode
Articles with this tag
Functional programming patterns can feel academic and abstract. Terms like "monads" and "functors" scare many developers away. But beneath the...
How should you handle errors in your code? This has been a topic of many discussions, and I want to share my opinion. One school of thought suggests...
Although C# is an object-oriented programming language, it received many new functional features in recent versions. To mention just a few of these...