You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great to have an overview of how the internals were designed, or to point to literature that served as reference - nothing too fancy. I could be totally wrong about this, but it seems like this project has a very low bus factor for being such a crucial library to rely on. The code is fairly complex - albeit neatly written - JS FFI code that relies on mutation of scoped variables and other runtime intricacies. I've ventured into src/Effect/Aff.js numerous times over the last half a year or so and always come out just as smart as I went in. Knowing what it's trying to do while reading the code or even a reference implementation at hand would ease the learning curve quite a bit, i'd hope.
The text was updated successfully, but these errors were encountered:
As background https://www.youtube.com/watch?v=dbM72ap30TE might help since it goes through the problems Aff is trying to solve and the approach. As far as implementation goes, specific questions would go a long way towards letting me know what is unclear around decisions made.
It'd be great to have an overview of how the internals were designed, or to point to literature that served as reference - nothing too fancy. I could be totally wrong about this, but it seems like this project has a very low bus factor for being such a crucial library to rely on. The code is fairly complex - albeit neatly written - JS FFI code that relies on mutation of scoped variables and other runtime intricacies. I've ventured into
src/Effect/Aff.js
numerous times over the last half a year or so and always come out just as smart as I went in. Knowing what it's trying to do while reading the code or even a reference implementation at hand would ease the learning curve quite a bit, i'd hope.The text was updated successfully, but these errors were encountered: