-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Explain how to name concept exercises #72
Conversation
4807bec
to
e269a9a
Compare
e269a9a
to
8d31544
Compare
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.
Great! :)
Bad examples of slugs: | ||
|
||
- `TIM-FROM-MARKETING`: should use lowercase (i.e. `tim-from-marketing`) | ||
- `TimFromMarketing`: should use kebab-case (i.e. `tim-from-marketing`) | ||
- `floating-point-numbers`: should not use a concept |
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.
Must the slugs follow the rules above or should they follow those rules?
The paragraph above suggests they must follow those rules, but these examples suggest they're optional.
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.
must.
Bad examples of slugs: | |
- `TIM-FROM-MARKETING`: should use lowercase (i.e. `tim-from-marketing`) | |
- `TimFromMarketing`: should use kebab-case (i.e. `tim-from-marketing`) | |
- `floating-point-numbers`: should not use a concept | |
Bad examples of slugs: | |
- `TIM-FROM-MARKETING`: does not use lowercase (i.e. `tim-from-marketing`) | |
- `TimFromMarketing`: does not use kebab-case (i.e. `tim-from-marketing`) | |
- `floating-point-numbers`: uses a concept name not a story name |
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.
No description provided.