How does FP achieve reuse?

The Eric Normand Podcast - A podcast by Eric Normand

Categories:

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.