summaryrefslogtreecommitdiff
path: root/wiki/dev/webapps.md
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-01-28 20:49:17 -0500
committerOwen Jacobson <owen@grimoire.ca>2020-01-28 23:23:18 -0500
commit0d6f58c54a7af6c8b4e6cd98663eb36ec4e3accc (patch)
treea2af4dc93f09a920b0ca375c1adde6d8f64eb6be /wiki/dev/webapps.md
parentacf6f5d3bfa748e2f8810ab0fe807f82efcf3eb6 (diff)
Editorial pass & migration to mkdocs.
There's a lot in grimoire.ca that I either no longer stand behind or feel pretty weird about having out there.
Diffstat (limited to 'wiki/dev/webapps.md')
-rw-r--r--wiki/dev/webapps.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/wiki/dev/webapps.md b/wiki/dev/webapps.md
deleted file mode 100644
index c4d99aa..0000000
--- a/wiki/dev/webapps.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Webapps From The Ground Up
-
-What does a web application do? It sequences side effects and computation. (This should sound familiar: it's what _every_ program does.)
-
-Modern web frameworks do their level best to hide this from you, encouraging code to freely intermix computation, data access, event publishing, logging, responses, _asynchronous_ responses, and the rest. This will damn you to an eternity of debugging.