From 9d54cdf88ea73b0b8ecdc32007bb831b40426b0d Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 6 Jan 2015 03:01:29 -0500 Subject: Webapp rambling. --- wiki/dev/webapps.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wiki/dev/webapps.md (limited to 'wiki/dev/webapps.md') diff --git a/wiki/dev/webapps.md b/wiki/dev/webapps.md new file mode 100644 index 0000000..c4d99aa --- /dev/null +++ b/wiki/dev/webapps.md @@ -0,0 +1,5 @@ +# 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