|
|
|
|
|
by embedding-shape
34 days ago
|
|
Read the context first. Initially, we had HTML + JS pages where one function can have one error, and the page keeps on working, because the error didn't block the entire screen. Now we have some popular framework/library that instead seems to surface these errors that aren't sitting in the top-level scope of the JS application, yet the errors ends up blocking the entire application. That means it's bad, yes. And it's not any language, we're specifically talking about JS in browsers here. |
|
An error blocking the full screen is a failure on the developer not the tools.