
13-05-2024, 00:36
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
|
|
Quote:
Originally Posted by Fak Eid
With the new FMXInno, so many error messages keep popping up. Can you please have a toggle to turn them off or bypass?
|
Quote:
Originally Posted by audiofeel
I think it's better for us to catch errors than for users not to ?
|
- The new error handler is a little bit tougher because effective error management is key to reducing runtime errors, especially. This approach forces you to explicitly handle errors and null values, making your code clearer and safer.
- The new error handler provides more informative error messages tailored to specific situations, making it very convenient to deal with.
- Why didn't previous versions display these error messages? Because they lacked an error handler altogether, thus allowing any errors to go unnoticed and potentially causing issues.
The error handler will remain active; I won't permit bypassing it.
.
Last edited by BLACKFIRE69; 14-07-2024 at 02:19.
|