Discussion about this post

User's avatar
Name (Required)'s avatar

Oh no, please not "TRIAL" and "ERROR".

After TRY and CATCH was introduced the "Unknown System Error" prompt to the user became commonplace . A calls B calls C. C throws a message, developer of B was needed to finish his increment/ was lazy/ couldn't care less and is not handling the error, and developer of A never foresaw the error because he never ever heard about C. Now he just pushes the whole mess back to the user.

Who is responsible? No one knows, somewhere in the code mess someone threw an error, and no one cared about handling it. That's all we know.

Errors/Exception should be handled locally where they occur. Not praying that someone should care about it. No one knows where the code is which handles the error.

Spaghetti coding.

Expand full comment
1 more comment...

No posts