514
I like Python def (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] TheGayTramp@lemmy.ca -5 points 9 months ago

Who doesn’t use arrow functions?

[-] marwwin@suppo.fi 30 points 9 months ago

Arrow functions should be used only for callbacks. I hate that people has started defining named functions with arrow functions in JS. Arrow functions are not hoisted and the ordering of your functions is going to get wonky, because you need to define all you functions first before composing them, when it should be the other way around. Start with the most high-level function which calls lower level functions.

[-] Paradoxvoid@aussie.zone 6 points 9 months ago

I had this exact fight with my team several months ago, and lost to popular opinion since the rest of my team are either zoomers or indifferent.

[-] JonEFive@midwest.social 3 points 9 months ago

I've reached the point that I cringe at the mention of arrow functions because so many people seem to always want to use arrow functions.

Like I'm looking up something on stack overflow and half the answers are arrow functions that are that way for no other reason than to use the fun little =>

[-] xmunk@sh.itjust.works 2 points 9 months ago

All good programming teams are run as benevolent dictatorships for precisely this kind of reason.

[-] CannotSleep420@lemmygrad.ml 2 points 9 months ago

I think there's also a good case to use them if your function is just evaluating and returning a single expression.

[-] Cargon@lemmy.ml 17 points 9 months ago
sum(your_mom <- rep(69, 420))
[-] JonEFive@midwest.social 2 points 9 months ago
[-] Cargon@lemmy.ml 2 points 9 months ago

It's being assigned and passed to sum at the same time. One of the many entertaining quirks of R.

this post was submitted on 24 Sep 2023
514 points (92.8% liked)

Programmer Humor

31259 readers
644 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS