From 77a6f6f8506168c2c319b64818b4acf74b870014 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 12 Feb 2020 01:42:56 -0600 Subject: [PATCH] ouais' --- content/enterprise/prototype/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/enterprise/prototype/index.md b/content/enterprise/prototype/index.md index e028c29..e4fed52 100644 --- a/content/enterprise/prototype/index.md +++ b/content/enterprise/prototype/index.md @@ -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 {