Design
-
Two pseudo comments on one ABAP statement
Reading time:
2–3 minutesPseudo comments are sometimes necessary. However, their placement isn’t always intuitive. Here’s an example.
-
Attributes, states and time
Reading time:
4–5 minutesA class does not need to have attributes unless there’s a specific reason for it.
-
Distinguish between the functionality and its implementing code
Reading time:
3–4 minutesIt’s easy to confuse a new feature with the code it requires. It’s important to distinguish between how the new feature is called and where it’s implemented. This article offers some insights on this topic, especially for those who want, for example, more readable and understandable customer extensions.
