-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix typos #36525
fix typos #36525
Conversation
OnkarRuikar
commented
Oct 28, 2024
- fix Weekly spelling check #36524
Preview URLs Flaws (1)URL:
|
<img id="myimg" src="photo.jpg" alt="[add appropriate alt text here]" /> | ||
<button commandfor="my-img" command="--rotate-left">Rotate left</button> | ||
<button commandfor="my-img" command="--rotate-right">Rotate right</button> | ||
<img id="my-img" src="photo.jpg" alt="[add appropriate alt text here]" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW I hate that guideline. What's wrong with snake case. Boo hiss.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't hate the messenger :|
We can start a discussion...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't hate the messenger. I prefer snake case generally because:
- There is never a case where you copy in your id into an API and the separator makes it two identifiers separated by a minus sign.
- Most text editors/IDEs let you select a whole identifier by double click if it is snake case but not if it is
-
.
I have a preference for a slightly easier life as an author. But perhaps there is a reason why -
is preferred by others?