ErrorHandling
-
Many ways to fail and their avoidance strategies
Reading time:
1–2 minutesDeveloping software is closely intertwined with the experience of failure. This is normal, but it is not a permanent state.
-
Either Design Pattern
Reading time:
2–3 minutesThrowing and handling exceptions can make reading and understanding source code difficult. The Either design pattern is an approach to avoid exactly this problem.
