hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Remodel code via Indexed Capability Design Pattern?

Open JordanMartinez opened this issue 6 years ago • 0 comments

Due to the concerns raised in #86, I doubt this idea is desired. Still, I thought I would bring it up as a possible discussion.

The idea is to convert this codebase from using a variant of the StateT monad (i.e. Middleware) into using the indexed capability design pattern (see Exploration - Indexed Capability Design Pattern with Indexed Monad Transformers for context).

In my fork of this repo, I'm exploring what this would ultimately look like if the approach was taken, and what are its pain points would be.

JordanMartinez avatar Sep 17 '19 19:09 JordanMartinez