Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 413 Bytes

a-type-driven-approach-to-functional-design.md

File metadata and controls

11 lines (6 loc) · 413 Bytes

Type Driven Approach to Functional Design

Michael Feathers’s Type Driven Approach to Functional Design is a perfectly-sized 20 minute talk on how to think about solving design problems in a functional way.

It demonstrates how to uses haskell type system way of defining functions to help in finding a solution to problems (specialy in a functional way) he uses Line Breaking algorithm as an example.