ABAP

Blogs about my work with the ABAP programming language. Topics include design, best practices and real-life experiences.

  • Advantages of Unit Tests

    Published on

    in

    Reading time:

    2–3 minutes

    The quality of software is a permanently important topic. Any help is welcome. Unit tests, for example, are a great help and should be considered for a variety of reasons.

  • Function key power

    Published on

    in

    Reading time:

    1–2 minutes

    Dear community, I have been a big fan of the ABAP Development Tools for Eclipse (ADT) as a development environment for years. It is often said that the ADT is so important because you can use it to maintain CDS views or work on ABAP cloud projects. That’s all true. Personally, I think the refactoring…

  • Be the first to use your class

    Published on

    in

    Reading time:

    3–4 minutes

    The use of unit tests has many positive effects. In particular, if you test your own classes directly using unit tests, long before anyone else, you have the chance to improve the design significantly.