How does FP achieve reuse?
The Eric Normand Podcast - Un podcast de Eric Normand
Catégories:
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.