From 0d6f58c54a7af6c8b4e6cd98663eb36ec4e3accc Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 28 Jan 2020 20:49:17 -0500 Subject: 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. --- wiki/dev/webapps.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 wiki/dev/webapps.md (limited to 'wiki/dev/webapps.md') 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. -- cgit v1.2.3