This article was originally posted on DEV.to.
Preface
The following is an article describing my adventures of creating a naive implementation of an inversion of control container using the ABAP programming language.
The first part will focus on the ...