Did 4 years of mechanical engineering with a simple calculator.. I've mastered those motherfuckers
625
el_dotto
As an engineering student you dont want to fuck around and not use parentheses
388
zinkozoid
Agreed
0
gvillantifun
Me {being[extra(paranoid)]}
314
only_me2454
158
funkinwagnall
182
sir_de_la_troll
The rule of correct math is always to use these... you always should define the order of operations by yourself to have an overwiev over the calculation
50
therealraziel1
This is me as a developer
27
vorac
Any time I've encountered source code like `a = b + c * d` (instead of `a = b + (c * d)`) I've always found people wanting to smack the author with a floppy hammer in the face.
202 Comments
sirfluffyb
Did 4 years of mechanical engineering with a simple calculator.. I've mastered those motherfuckers
625
el_dotto
As an engineering student you dont want to fuck around and not use parentheses
388
zinkozoid
Agreed
0
gvillantifun
Me {being[extra(paranoid)]}
314
only_me2454
158
funkinwagnall
182
sir_de_la_troll
The rule of correct math is always to use these... you always should define the order of operations by yourself to have an overwiev over the calculation
50
therealraziel1
This is me as a developer
27
vorac
Any time I've encountered source code like `a = b + c * d` (instead of `a = b + (c * d)`) I've always found people wanting to smack the author with a floppy hammer in the face.
7
fromgeek2freak
also applies in programming
6