node icon indicating copy to clipboard operation
node copied to clipboard

Refactor Log

Open kennylavender opened this issue 6 years ago • 1 comments

We are now using a curried log method with pipeP/asyncPipe pretty successfully, I think its time we extract it into a helper or something so that files can import a function that returns log and the types instead of repeating the pattern everywhere.

kennylavender avatar Nov 01 '18 00:11 kennylavender

Agreed. This is not needed for mainnet, but we're introducing a bunch of duplicated code which this refactor would avoid. Should be pretty small, too.

lautarodragan avatar Nov 01 '18 01:11 lautarodragan