ideally, URI handlers should not do anything other than processing incoming
data and generating the response - the actual work should be delegated to
dedicated functions
this should make it really easy to get the results via twanager - and of course
also make for cleaner, better encapsulated and more testable code
(I suppose this means we want a command pattern-style approach)
ideally, URI handlers should not do anything other than processing incoming data and generating the response - the actual work should be delegated to dedicated functions
this should make it really easy to get the results via twanager - and of course also make for cleaner, better encapsulated and more testable code
(I suppose this means we want a command pattern-style approach)