Apply consistent use of 'e.g.' and 'i.e.' #605
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
eg
,e.g
,e.g:
,eg:
are randomly all over the place. This PR is to make their usage consistent following these rules:e.g.
andi.e.
and all other variant are incorrect. References:e.g.
andi.e.
, but having 3 punctuation marks in a 2-letter word looks so weird:e.g.,
ori.e.,
especially when they come in parentheses which is yet another punctuation:(e.g., SENTENCE)
or(i.e., SENTENCE)
(e.g. SENTENCE)
and(i.e. SENTENCE)
(There was already some usage of this pattern in the repo, so it's not just made-up in this PR, and rather making all the same)e.g.
andi.e.
suggest laziness for typing the actual wordsFor example
andThat is
rather than conciseness.e.g.
in this PR getting replaced byFor example
when coming at the beginning of a paragraph/sentence.