I prefer using separate route names like you did.  I tend to inspect 
`request.path` though.

I don't like defs that have lots of inline context switches though.  I 
prefer to use class based views and dispatch the `request` to other methods 
depending on the logic needed.  I find it much easier to maintain the code. 
 


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to