Skip to content

Commit a9544e2

Browse files
authored
Update dx.md
1 parent 6c46f4f commit a9544e2

File tree

1 file changed

+6
-2
lines changed
  • docs/advanced/technical

1 file changed

+6
-2
lines changed

docs/advanced/technical/dx.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Developer Experience: Keeping Things Simple
22

3-
Developer Experience describes how intuitive, efficient, or motivating it is for developers to work with a framework and its tools. Good Developer Experience means writing code feels natural, testing changes is instant, and the tooling stays out of the way. It involves minimal boilerplate, straightforward debugging, quick deployment, and code that’s easy to read, reuse, and share.
3+
Developer Experience (DX) describes how efficient and intuitive it is to develop with a given framework and its tools.
44

5-
This page explores familiar ABAP patterns and examples that deliver a smooth developer experience — and shows how these ideas have influenced the APIs and usage of abap2UI5.
5+
Good DX means writing code is fast, testing is immediate, and tooling doesn’t get in the way. It requires minimal boilerplate, supports easy debugging and enables quick deployment all with code that’s easy to read, reuse, and share.
6+
7+
Developer Experience describes how intuitive, efficient, or motivating it is for developers to work with a framework and its tools. Good Developer Experience means writing code feels natural, testing changes is instant, and the tooling stays out of the way. It involves minimal boilerplate, straightforward debugging, quick deployment,
8+
9+
This page highlights ABAP patterns that promote strong DX and how they influenced the APIs of abap2UI5.
610

711
### API I: Output via `IF_OO_ADT_CLASSRUN`
812

0 commit comments

Comments
 (0)