Live data from Hacker News

Viewing profile — oxfordus

oxfordus

HN member
Joined
Thu, Sep 22, 2011, 9:58 AM UTC
HN karma
1
Public activity
2 items

About oxfordus

No profile information was provided.

Recent public activity

  1. comment
    Comment #3028055

    i dont agree with you, i would rather have a controller with multiple actions, rather then "controller"/requestHandler per action, because in most cases you want the controller to …

  2. comment
    Comment #3025491

    Coming from php(mvc background), the only thing i don't like about tornado is that basically you have a Class per request, currently i'm in a process to refactor this so that: www.…