Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
For comparison, 'is equal to'
eg. x IS EQUAL TO y
For assignment 'equals'
eg. x EQUALS 5 -
I think you are reading the code wrong way, I usually read as what is the algo or what it is meant to do instead of syntaxes.
Just a thought -
CptFox16196yI say "equals" for equality tests and "assign" or "will now be" for assignments. For === I usually just use "equals" or "why the f* are you asking me about JS? we both are embedded developers!"
-
bioDan61596y
-
lxmcf204106yAlways say equals equals... Same with devRant, I never say increment; it's always plus plus
Real talk, when you're explaining code do you say "equals equals" or just "equals"?
rant