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

follow my thoughts and experiences
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.