A Functional View of A Web Server
A few days ago, I opined that, "Web applications, as a class, are extremely easy to debug." I’m going to further explain why I think that is true by introducing a useful abstraction which you can employ when you are debugging a web application which doesn’t seem to do what is is intended to do.
When [...]