this post was submitted on 19 Jun 2025
813 points (97.0% liked)
Math Memes
2446 readers
8 users here now
Memes related to mathematics.
Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I find it far more efficient to parse. I also put superfluous parenthesis in my code where I feel it helps readability.
It's something to judge on a per-case basis, it'd also work very well to use whitespace (i.e. 25 - 5/5 instead of 25 - 5 / 5). Of course you don't want to parenthesis everything but it can help a lot.