ouais'
This commit is contained in:
parent
9b62b63ea9
commit
77a6f6f850
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ inputEl.addEventListener("change", () => {
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
Surely, this works, but it doesn't scale. If you try to write a page full of these kind of bindings directly using JavaScript, you're either going to start running into bugs or building up a pile of unmaintainable spaghetti code. How does enterprise represent this? Well, the enterprise DSL has no concrete syntax yet, but if it did, it would look something like this:
|
Sure, this works, but it doesn't scale. If you try to write a page full of these kind of bindings directly using JavaScript, you're either going to start running into bugs or building up a pile of unmaintainable spaghetti code. How does enterprise represent this? Well, the enterprise DSL has no concrete syntax yet, but if it did, it would look something like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
model {
|
model {
|
||||||
|
|
Loading…
Reference in a new issue