Lately I’ve been writing code using WebOb and just a few other small libraries. It’s not entirely obvious what this looks like, so I thought I’d give a simple example.
I make each application a class. Instances of the class are “configured applications”. So it looks a …