DEV Community

Cover image for EXCEPTİON HANDLİNG FOR SHADY PEOPLE WİTH SHADY CODE
kerkg
kerkg

Posted on

EXCEPTİON HANDLİNG FOR SHADY PEOPLE WİTH SHADY CODE

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer.

Explainer

Exception handling is catching errors before the app crashes. For example, when you guess your shady code will throw an error, you can make a simple handler to catch and do something or intentionally throw an error because you are as shady as your code.

Additional Context

@kerkg

Top comments (0)