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
Currently all of the functionality is clumped together in «apply_to_*» methods. This is not scalable and encourages doing shitty changes.
This needs to go. Current vector of development in that regard — moving to NetworkFlag and PeerFlag traits, which would be doing all of the transformations.
Kind of like monads?
The text was updated successfully, but these errors were encountered:
Currently all of the functionality is clumped together in «apply_to_*» methods. This is not scalable and encourages doing shitty changes.
This needs to go. Current vector of development in that regard — moving to
NetworkFlag
andPeerFlag
traits, which would be doing all of the transformations.Kind of like monads?
The text was updated successfully, but these errors were encountered: