004 - Design Principles From Functional Programming with Runar Bjarnason

CoRecursive: Coding Stories - A podcast by Adam Gordon Bell - Software Developer

Categories:

In this interview Runar explains how writing in a functional style involves limiting side effects, avoiding exceptions and using higher order abstractions.  Writing in this style places constraints on what a module in a software system may do, but by constraining modules in this way, the software modules themselves become endlessly composable.