1288
))<>(( (mander.xyz)
submitted 3 months ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 221 points 3 months ago* (last edited 3 months ago)

As a software developer, the less ambiguous your notation is, the better it is for everyone involved. Not only will I use brackets, I'll split my expression into multiple rows and use tabs to make it as readable as humanly possible. And maybe throw a comment or 2 if there's still some black magic involved

[-] [email protected] 65 points 3 months ago

As a professor said, most programming languages don't care about readability and whitespace. But we care because humans need it to parse meaning. Thus, write code for people, not for the machine. Always assume that someone with no knowledge of the context will have to debug it, and be kind to them. Because that someone might be you in six months when you have completely forgotten how the code works.

[-] zalgotext 18 points 3 months ago

Exactly. You read code way more times than you write it, so it makes all the sense in the world to prioritize readability.

[-] [email protected] 13 points 3 months ago

Source code is for humans, then the compiler turns it into code for machines.

[-] [email protected] 7 points 3 months ago

Python forcing end of line and tabs kinda does. Add Black auto-formatter and it's pretty good.

load more comments (2 replies)
[-] [email protected] 6 points 3 months ago* (last edited 3 months ago)

Yep, if you're writing code for a machine, just do it in binary to save compilation time (/s just in case). Also, you in six months will indeed be someone with no knowledge of the context. And every piece of code you think you write for one-time use is guaranteed to be reused every day for the next 5 years

[-] [email protected] 20 points 3 months ago

And every piece of code you think you write for one-time use is guaranteed to be reused every day for the next 5 years

[-] [email protected] 5 points 3 months ago

This. Always be kind to your future self.

load more comments (1 replies)
[-] [email protected] 59 points 3 months ago

I had someone submit a pull request recently that, in addition to their actual changes, also removed every single parenthesis that wasn't strictly necessary in a file full of 3D math functions. I know it was probably the fault of an autoformatter they used, but I was still the most offended I've ever been at a pull request.

[-] [email protected] 29 points 3 months ago

Autoformatter? More like obfuscator

[-] [email protected] 8 points 3 months ago

I genuinely hate being human for this stuff. So many things have such crazy computational shortcuts, it's sometimes difficult to remember which part represents reality. Outside of the realm of math, where "imaginary" numbers are still a touch of enigma to me, so many algorithms are based on general assumptions about reality or the specific task, that the programmatic approach NEVER encapsulates the full scope of the problem.

As in, sometimes if you know EXACTLY how a tool works, you might still have no idea about the significance of that tool. Even in a universe where no one is lazy, and everyone wants to know "why?", the answers are NOT forthcoming.

load more comments (3 replies)
[-] [email protected] 29 points 3 months ago

I, my head, shake.

  • RPN user
[-] [email protected] 6 points 3 months ago

Also known as: Japanese speaker

[-] [email protected] 27 points 3 months ago

Also works if you dont trust yourself with correctly ordering your operations.

[-] [email protected] 24 points 3 months ago
load more comments (1 replies)
[-] [email protected] 24 points 3 months ago
load more comments (6 replies)
[-] [email protected] 17 points 3 months ago

This is why every calculator should be a RPN calculator.

[-] [email protected] 5 points 3 months ago

I still have my HP 48 series calculator. It's a sturdy beast.

load more comments (1 replies)
[-] [email protected] 11 points 3 months ago* (last edited 3 months ago)

The underlying truth of this joke is: Programming syntax is less confusing than mathematical syntax. There are genuinely ambiguous layouts of syntax in math (to a human reader that hasn't internalized PEMDAS, anyways) whereas you get a compilation error if ANYTHING is ambiguous in programming. (yes, I am WELL aware of the frustrations of runtime errors)

[-] [email protected] 7 points 3 months ago

Internalized PEMDAS without knowing it's literally the same thing as BODMAS is exactly the problem!

[-] [email protected] 3 points 3 months ago

what in the name of fuck is BODMAS

[-] [email protected] 4 points 3 months ago* (last edited 3 months ago)

Same as PEMDAS, except:

Parentheses -> Bracket

Exponent -> Order

Multiplication <-> Division

BODMAS

load more comments (8 replies)
load more comments (2 replies)
load more comments (9 replies)
[-] [email protected] 11 points 3 months ago

Improved readability is always good

[-] MeDuViNoX 11 points 3 months ago
[-] [email protected] 5 points 3 months ago

( . ) ( . ) ( . Y . )

[-] [email protected] 7 points 3 months ago* (last edited 3 months ago)

My calculator says -2² = -4, so yeah...

[-] ByGourou 7 points 3 months ago

Isn't the "-" order of operations the same as a multiply ? I think I learned powers take priority over the "-" so your calculator would be right.
But either way if it can cause confusion you should use parentheses.

[-] [email protected] 3 points 3 months ago

Every calculator I've used has separate negative and subtraction keys for this purpose. There is no order of operations to follow, it's just a squaring a number

load more comments (3 replies)
load more comments (1 replies)
load more comments (3 replies)
[-] [email protected] 5 points 3 months ago

I just used the calc on window.. it cannot respect order of operation. Any simple calculator from 1980 was better than that

load more comments (1 replies)
[-] [email protected] 5 points 3 months ago

I feel this in my bones

[-] [email protected] 5 points 3 months ago* (last edited 3 months ago)

I've never seen a calculator that had bracket keys but didn't implement the conventional order of operations.

But anyway, I'm on Team RPN.

[-] [email protected] 9 points 3 months ago

my dumb ass reading this: "Team rock paper nscissors"

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 3 points 3 months ago
load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 03 Apr 2024
1288 points (98.8% liked)

Science Memes

9337 readers
2202 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.


Sister Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 1 year ago
MODERATORS