-
Notifications
You must be signed in to change notification settings - Fork 952
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
Standardize on sentence case #1865
base: master
Are you sure you want to change the base?
Conversation
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.
Looks mostly good. Nice work!
But I am lacking a rationale. Standardising on sentence case is fine by me, but it's good to have something for future questions.
Ideally something in the commit message(s), but at least here in the PR if it's too large.
common/rdr/RandomStream.cxx
Outdated
@@ -69,7 +69,7 @@ RandomStream::RandomStream() | |||
{ | |||
#endif | |||
#endif | |||
vlog.error("no OS supplied random source - using rand()"); | |||
vlog.error("No OS supplied random source: Using rand()"); |
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.
A comma suggests an explanation or more details. Perhaps a comma if the dash is undesirable?
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.
A stray r
sneaked in here instead. Otherwise, it looks good. :)
The reason for this is to keep a consistency through out the project.
The reason for this is to keep a consistency through out the project.
The reason for this is to keep a consistency through out the project.
Add fixes to both titles as well as for log messages, exceptions and errors.