summaryrefslogtreecommitdiff
path: root/wiki/dev/webapps.md
diff options
context:
space:
mode:
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.