wg-bond icon indicating copy to clipboard operation
wg-bond copied to clipboard

Create a proper plugin system

Open cab404 opened this issue 1 year ago • 0 comments

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?

cab404 avatar Nov 06 '22 00:11 cab404