Glen
I’ve been hard at work finishing the Controller chapter for San Gria and wanted to come up with fun and practical encoders example.
Our main example app for hubbub is a twitter clone, and as I was working on the UI, and I was thinking “I wonder if we could add a TinyUrl facility? Actually, how about a TinyUrlCodec? Could probably do it in a one-liner, right?”
class TinyUrlCodec {
...