Friday, 5 June 2020

What's the best/most efficient error handling in a MERN/PERN app

I see a lot of tutorials doing error handling in different ways. A lot of them use the "try/catch" block, others use the Express built-in middleware with the "next" function and even some other methods.As a Node/Express noob, I am really confused.How should I go about it?

Submitted June 05, 2020 at 10:41AM by Paullang18

No comments:

Post a Comment