At the time I wrote this, I was doing a lot of nodejs. So naturally, it was originally written in kind of a nodejs call-back style.
I have moved to more standard practices of using channels for that of communication to keep the methods and code legible.
This issue is part of #4 's refactoring effort, which includes removing the callback patterns.
At the time I wrote this, I was doing a lot of nodejs. So naturally, it was originally written in kind of a nodejs call-back style.
I have moved to more standard practices of using channels for that of communication to keep the methods and code legible.
This issue is part of #4 's refactoring effort, which includes removing the callback patterns.