Just a quick observation regarding "static" routes. Is "static" really a good name here? IMHO a "static" route is something that never changes, as opposed to dynamic route:

/foo/bar is a static route
/foo/{bar} is a dynamic one


Perhaps the term should be a "void" route? A route that is never matched to a view (void) but still exists and can be used to generate the urls. Such a route can be static (/foo/bar) or dynamic (/foo/{bar}).

My apologies if this has been discussed before, I just got the opportunity to inspect 1.1 more deeply.



Vlad

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to