DEV Community

Discussion on: JavaScript error handling with better `dx`

Collapse
 
tux0r profile image
tux0r

But then you run into the verbosity of problem 1.

Hmm, wouldn't importing a complete NPM module add even more verbosity?

Collapse
 
nucleartide profile image
Jason Tu

You could always copy the module into your project! npm is just there as a convenience.

Collapse
 
tux0r profile image
tux0r

It still has 18 additional ("verbose") lines. :-)