|
|
|
|
|
by sametmax
3520 days ago
|
|
It's really not: - You can't have beautiful URLs - you can't regroup small related routes in one file - you can't remap you urls without changing your project structure - changing your project structure means changing your urls - now you have part of your url definition in the file structure and part of it in your code logic - of course it's harder to do anything using virtual routes: load balancing, aliasas and redirections, generating urls on the fly, etc |
|