DASPRiD / Dash

Flexible PSR-7 compliant HTTP router
BSD 2-Clause "Simplified" License
29 stars 9 forks source link

Make route name explicit for assembling #70

Closed DASPRiD closed 9 years ago

DASPRiD commented 9 years ago

This was kinda a bad habit we introduced in ZF2, which actually made quite a few things bad to handle, and in the entire time we never saw a router popping up which doesn't work with route names (or, for that matter, any router at all using our interface, people always just wrote custom routes).

Thus, let's make $routeName explicit!

Ocramius commented 9 years ago

:+1: