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