Exception Handling
Exception Handling is simple if you keep it on paper. Isha uses it for divide total / count in a report script.
Exception Handling on the board — try/catch + log. Then say what divide total / count looks like after.
Without Exception Handling, a report script gets messy and divide total / count is hard to trust.
Isha ships Exception Handling in a report script. That is the use case worth saying.
Exception Handling miss — empty catch. Fix it before you talk about advanced PHP.
Exception Handling is not a lonely heading. Isha ties it to divide total / count.
One breath for Exception Handling, then divide total / count, then empty catch. Sit down.
Board: divide total / count. Dry-run Exception Handling. Name the trap: empty catch.