Open
Description
We ought to check for style and consistency in name
strings.
Some things we ought to check for:
- Leading or trailing spaces
- Markdown syntax (e.g.,
`code`
or*emphasis*
) - Balanced braces, brackets, and parentheses
- Use of ellipses (
…
) and spaces - Uniqueness
- Double (or more) spaces (e.g.,
Don't let this→ ←happen
)