Skip to content

Fix error messages to follow Go conventions#171

Open
slonopotamus wants to merge 1 commit intoRoblox:masterfrom
slonopotamus:error-messages-format
Open

Fix error messages to follow Go conventions#171
slonopotamus wants to merge 1 commit intoRoblox:masterfrom
slonopotamus:error-messages-format

Conversation

@slonopotamus
Copy link
Contributor

https://go.dev/wiki/CodeReviewComments#error-strings

Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context.

https://go.dev/wiki/CodeReviewComments#error-strings

> Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context.
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.

1 participant