Skip to content

🎙️Excerpt⚓︎

This is a section to excerpt content thoughts from internet that triggers my deep thinking.

Goal of using Try-catch

"Try-catch should never replace proper control flow. Don’t use it to handle null references or check for empty lists. It’s not meant for regular logic — it’s meant for unpredictable failures like file I/O, networking, reflection, or untrusted input."