How to teach Exception Handling for New Programmers?
- by Kanini
How do you go about teaching Exception Handling to Programmers. All other things are taught easily - Data Structures, ASP.NET, WinForms, WPF, WCF - you name it, everything can be taught easily.
With Exception Handling, teaching them try-catch-finally is just the syntactic nature of Exception Handling.
What should be taught however is - What…