• 0 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • all of that describes a lack of extension support. “they just need to be updated” means “gnome devs don’t care about extensions, so shit that was working just fine now broke, and it’s up to the extension dev to find and fix bugs they didn’t introdkce”

    But sure, you just need to update… and pin versions and shit













  • by “completing it” do you mean having something that seems like it works? Or something that you know works? If it’s the former then you’ve just had the computer do the easy part (creating something) and skipped the actually hard part (making it robust).

    Are errors handled properly, is all input being validated? If using https, are you actually verifying certificates? This sort of thing






  • vrighter@discuss.tchncs.detoProgrammer Humor@lemmy.mlThe meaning of `this`
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    4 months ago

    I don’t read spoken language, but I do read written ones. The problem with python’s ternary is that it puts the condition in the middle, which means you have to visually parse the whole true:expression just to see where the condition starts. Which makes it hard to read for anything but the most trivial examples.

    The same goes for comprehensions and generators