-
Notifications
You must be signed in to change notification settings - Fork 25.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router Proposal: adopt convention for route alias #4083
Comments
|
Updated |
lgtm |
I the changelog and error message it says CamelCase. I think you meant TitleCase
|
Nitpick, but isn't the correct terminology |
PascalCase is not known everywhere, I found. So I have been calling it UpperCamelCase |
Now that you mention it, I've only seen |
This should have been added to the breaking changes? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I propose that we adopt an enforced convention of naming convention were route names are TitleCase:
MyRoute
rather than camelCasemyRoute
.I think it helps distinguish between URLs and the DSL. Consider:
The text was updated successfully, but these errors were encountered: