Error Handling
Error Handling is simple if you keep it on paper. Ananya uses it for divide total / count in a report script.
Error Handling on the board — try/catch + log. Then say what divide total / count looks like after.
Skip Error Handling and empty catch shows up in a report script.
Error Handling shows up in a report script. Name divide total / count, not “a real-world scenario”.
If divide total / count breaks under Error Handling, check empty catch first.
Error Handling is not a lonely heading. Ananya ties it to divide total / count.
Viva for Error Handling — what it is → try/catch + log → the mistake (empty catch).
Say Error Handling in one breath, then try/catch + log, then empty catch.