Introduction
I would like to propose a new design pattern for organizing ABAP OO development and unit testing in a universal way.
This design pattern is based on interface and factory design pattern.
It has the following important features
One f...
Hi Paul,
Thanks for the answers.
There are a variety of methods for implementing the factory design pattern.
It is up to the developer to choose the loved implementation way.
Best regards,
Anders
Hi Paul,
You created two wonderful blogs!
After reading your design, I have two questions:
For the factory pattern in https://blogs.sap.com/2017/04/17/charlie-and-the-chocolate-factory-pattern/.
If I understand correctly, every class should imple...