How does FP achieve reuse?
The Eric Normand Podcast - Un pódcast de Eric Normand
Categorías:
Functional programming gets its reuse by creating small components that are very well-defined. Small means they’re probably generally useful (like lists). Well-defined means they are easy to build on top of.