1. React
  2. JSNation
  3. 2019
  4. Error handling: doing it right!

Error handling: doing it right!

A journey into the asynchronous debugging horrors, how to avoid them and what patterns can be used to ease the life of each developer debugging applications.

Ruben Bridgewater at JSNation 2019

A journey into the asynchronous debugging horrors, how to avoid them and what patterns can be used to ease the life of each developer debugging applications. We all have run into issues debugging JavaScript. Knowing what went wrong due to missing stack traces in asynchronous contexts and finding the actual issue takes way too long. Following best practices in error handling reduces debugging time and improves the code base a lot!