DEV Community

Discussion on: Clean Code Applied to JavaScript — Part V. Exceptions

Collapse
 
devhammed profile image
Hammed Oyedele

Great post ✌️✌️✌️,
I have been using a technique for handling errors...I would alert (Material UI Modal) the user showing the error message with a retry action button...it has been working for me so far, do you have a better approach?