bartfeenstra / fu-php

🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2 stars 1 forks source link

Document difference to native functions like array_filter(), array_map() etc #77

Open donquixote opened 7 years ago

donquixote commented 7 years ago

The README.md should explain why to use this library instead of the native functions.

bartfeenstra commented 7 years ago

Hi! Thanks for the suggestion. What would you say is missing from the About section?

donquixote commented 7 years ago

For me the "About" addresses problems that I did not know exist. E.g. "Make writing closures quick and easy." -> isn't writing a closure easy already?

Maybe you could make an examples section where you compare implementations with and without this library.

You could make a subfolder /docs/ with more *.md files, so you don't clutter the main README.md too much.