Cookie Consent: We use cookies to give you the best online experience, for analytics, performance, and to tailor the experience towards your interests.

Skip to content
Pic of CoRecursive: Coding Stories

Functional Programming Interview: Domain Driven Design meets Functional Programming

January 22, 2018
0 comments

CoRecursive: Coding Stories

Description

In today’s interview Debashish Ghosh explains how to model a complex problem domain in a functional paradigm.  His solution focuses on modelling the behaviour of the software system rather than nouns it will contain.  He also focuses on an algebraic approach to api design and discusses how abstract algebra provides tools for building better software.