Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • Scrubbles@poptalk.scrubbles.techtoProgrammer Humor@lemmy.mlThe meaning of `this`
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    10
    ·
    18 hours ago

    Iv come to loathe the “pythonic way” because of this. They claim they wanted to make programming easier, but they sure went out of their way to not follow conventions and make it difficult to relearn. For example, for me not having lambdas makes python even more complex to work with. List operations are incredibly easy with map and filter, but they decided lambdas weren’t “pythonic” and so we have these big cumbersome things instead with wildly different syntax.