Functional Programming - Validation in PHP

preview_player
Показать описание
Quick demonstration of functional programming techniques in PHP without any additional libraries nor funky terms like Monad.

Рекомендации по теме
Комментарии
Автор

Thanks for this!, Loved your explanation

spoofghost
Автор

This is really cool! Nice approach to pattern matching. And you've shown a really nice real-world use case for applicatives without even mention it.
Would you mind sharing the GitHub link for the code?

PhilippeSantanaCosta
Автор

Do you have recommendations on where to get more info regarding this topic?

spoofghost