DASPRiD / Dash

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

Make RouteCollection and Generic route immutable #68

Closed DASPRiD closed 9 years ago

DASPRiD commented 9 years ago

There is actually no reason for the RouteCollection and the Generic route to be mutable, and it currently requires a bit of defensive code. Thus I suggest to make them both immutable and thus the router again a lot simpler.

danizord commented 9 years ago

:+1:

DASPRiD commented 9 years ago

Addressed by #69