Skip to content
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

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

ErikSchierboom
Copy link
Member

No description provided.

@ErikSchierboom ErikSchierboom requested a review from iHiD March 2, 2021 11:39
@ErikSchierboom ErikSchierboom force-pushed the naming-concept-exercises branch from 4807bec to e269a9a Compare March 2, 2021 13:20
@ErikSchierboom ErikSchierboom force-pushed the naming-concept-exercises branch from e269a9a to 8d31544 Compare March 2, 2021 13:21
Copy link
Member

@iHiD iHiD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! :)

@ErikSchierboom ErikSchierboom merged commit 16bb105 into main Mar 2, 2021
@ErikSchierboom ErikSchierboom deleted the naming-concept-exercises branch March 2, 2021 13:26
Comment on lines +484 to +488
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
Copy link
Contributor

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.

Copy link
Member

@iHiD iHiD Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

must.

Suggested change
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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants