#functional-programming
Read more stories on Hashnode
Articles with this tag
Functional programming is a way of thinking about programs by composing pure functions. It tries to avoid shared state, mutability, and side effects....