ExceptionHandling
-
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.

a mind forever voyaging
Reading time:
Throwing and handling exceptions can make reading and understanding source code difficult. The Either design pattern is an approach to avoid exactly this problem.