node-wot icon indicating copy to clipboard operation
node-wot copied to clipboard

Use `promisify` or `new Promise` pattern.

Open relu91 opened this issue 3 years ago • 6 comments

In some tests, we use promisify where the other places we use the new Promise pattern. Personally, I found promisify less verbose and more explicit, but we have to choose a consistent pattern for the codebase.

Originally posted by @relu91 in https://github.com/eclipse/thingweb.node-wot/pull/579#discussion_r728727283

relu91 avatar Oct 14 '21 08:10 relu91