Closed DASPRiD closed 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.
:+1:
Addressed by #69
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.