This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Camel-case tag helper directives #264
Comments
We think directives should be case sensitive, but we think we should change addtaghelper to addTagHelper, removetaghelper to removeTagHelper, etc. |
Sounds good. |
dougbu
added a commit
that referenced
this issue
Feb 13, 2015
dougbu
added a commit
that referenced
this issue
Feb 13, 2015
Changed title from "RFC: Make directives case insensitive or allow camel case" |
dougbu
added a commit
that referenced
this issue
Feb 13, 2015
fixed in commits fbe331c and aspnet/Mvc@451db6f |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When multiple words are joined and the full string is lower-cased (or upper-cased), it makes it difficult to read.
For example:
Would it be possible to make directives case insensitive, or at least allow camel or pascal case?
Unrelated to this ticket: Would it not make sense to use a different prefix for directives, so that they don't look like variables? Something like:
... just a thought.
The text was updated successfully, but these errors were encountered: