Fixed assignment operator terminology #7667
+7
−7
zerkms
commented
camperbot
commented
@zerkms thanks for the PR.
Your branch name should start with one of fix/, feature/, translate/
prefixes. Name, your branches correctly next time, please.
Please, review our Guidelines for Contributing, thank you!.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not accurate to call the
assignment operator
=
anequal
operator, since it might be confused with theequality operators
, eg==
.For the very same reason changed the
Minus Equals
wording to characters-=
and titled the challenges with its commonly used name: compound or augment assignment (see https://en.wikipedia.org/wiki/Augmented_assignment)What do you think of this clarification?
Thanks.