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
Code which communicates with the underlying socket is monadic. Code which just analyses results computationally are pure. If you split this up, then it becomes easier to test the code base by invoking internals on the purely-functional parts.
It also improves the general structure of the module and shifts responsibility around in a neat way.
The text was updated successfully, but these errors were encountered:
Code which communicates with the underlying socket is monadic. Code which just analyses results computationally are pure. If you split this up, then it becomes easier to test the code base by invoking internals on the purely-functional parts.
It also improves the general structure of the module and shifts responsibility around in a neat way.
The text was updated successfully, but these errors were encountered: