Either
-
Either Design Pattern
Published on
in ABAPReading 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
Published on
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.