▲ | Eji1700 5 days ago | |
> For example, why write out a recursive function when a call to `fold` or `map` will do the same thing? Yeah this was a big help when I started F#. Basically "if you're using the rec keyword, you're probably missing something" and hell that even goes for a lot of uses of fold, from the beginners perspective. |