php-functional
php-functional copied to clipboard
Document design decisions
Of top of my head
- functions should have
docblockwith Haskell type notation - Listt instead of PHP native [], Iterators, Generators
- array as tuple
- const for every function