Building a Web app with FP - Part IV - Testing side effects πŸ’’

Part IV of writing a web app with FP is up https://matsumonkie.fr/post/4
I talk about testing side effects with the readerT design pattern.

2 Likes

A great article (and series in general)! Having more concrete tutorials on how to build stuff in Haskell is really awesome and this series does it really well.

TIL say, I always created a STM queue and worker and sent output text there, good to know that I can replace that with say :smiley:

1 Like

Thank you for the kind words!!! It means a lot :pray:

TIL say, I always created a STM queue and worker and sent output text there, good to know that I can replace that with say

Yup, say is yet another tool I can’t live without :slight_smile:

1 Like