Skip to content

Commit 275f5ce

Browse files
authored
Update dx.md
1 parent e20f5b9 commit 275f5ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/technical/dx.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ENDCLASS.
2222
```
2323

2424
Why this is great for developers:
25-
- Single-class design is easy to debug and version
26-
- Minimal boilerplate, cloud-compatible
25+
- Single-class design is easy to debug and share
26+
- Minimal boilerplate
2727
- Fully abapGit-ready
2828

2929
This simplicity also inspired the entry point for abap2UI5 apps:
@@ -55,9 +55,9 @@ REPORT zre_app_input.
5555
START-OF-SELECTION.
5656
MESSAGE |Input: { pa_arbgb }| type 'I'.
5757
```
58-
Why it matters:
58+
Why this is great for developers:
5959
- Rapid prototyping with minimal code
60-
- Built-in input validation and events
60+
- Built-in input functionaity and events
6161
- Fullstack behavior with no setup
6262

6363
abap2UI5 brings this idea into the browser using an XML view builder and data binding:

0 commit comments

Comments
 (0)