|
|
|
|
|
by koolba
3351 days ago
|
|
Not really but I also don't see it as that much of a problem. The libraries I use either provide a Promise based interface or I've written my own as a thin veneer atop a callback interface. Ditto for apply your own types atop the results. Most are already there and only a few edge cases need to be added. |
|
As far as writing your own types on top of those libraries, how do you ensure any amount of correctness?
Am I missing something important here?