D•Scribe
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years ago

Debugging

lemmy.ml

message-square
22
link
fedilink
110

Debugging

lemmy.ml

☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years ago
message-square
22
link
fedilink
alert-triangle
You must log in or # to comment.
  • GiorgioBoymoder [she/her]@hexbear.net
    link
    fedilink
    English
    arrow-up
    40
    ·
    edit-2
    2 years ago

    it’s really fucking with me that neither axis follows a progressive ordering so I’m going to post a fixed (debugged) version. EDIT: lmao this is the most fucked up, inconsistent alignment chart I’ve seen. here it is fixed:

    everything -> sometimes -> nothing

    know -> not sure -> don’t know

    • TheDoctor@hexbear.netdeleted by creator
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      8 months ago

      deleted by creator

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      6
      ·
      2 years ago

      haha nice work, that is an improvement :)

  • 7eter@feddit.org
    link
    fedilink
    arrow-up
    16
    ·
    2 years ago

    There might be a bug in the labeling code here

  • autoexec@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    13
    ·
    2 years ago

    Where does “it used to work, but now it doesn’t, and I don’t understand how it could ever have worked” fit in?

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      haha can’t believe I forgot that gem

  • Gregor@gregtech.eu
    link
    fedilink
    arrow-up
    13
    ·
    2 years ago

    You doubled the “everything works, and I don’t know why”

    • magic_lobster_party@fedia.io
      link
      fedilink
      arrow-up
      6
      ·
      2 years ago

      Do you know why?

      • Gregor@gregtech.eu
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        I, in fact, don’t

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      4
      ·
      2 years ago

      one’s not sure why and the other is don’t know

      • Imnebuddy@lemmy.ml
        link
        fedilink
        English
        arrow-up
        7
        ·
        2 years ago

        The center one is the same as the top right. I think the center is supposed to say “nothing works, I’m not sure why” to match the pattern with the rest.

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          3
          ·
          2 years ago

          oh haha oops

  • TheDoctor@hexbear.netdeleted by creator
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    8 months ago

    deleted by creator

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      7
      ·
      2 years ago

      I find setters/getters are generally an antipattern because they obfuscate behavior. When you access a field you know what it looks like, but if you pass it through some implicit transformation in a getter then you have to know what that was.

      • TheDoctor@hexbear.netdeleted by creator
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        8 months ago

        deleted by creator

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          6
          ·
          2 years ago

          lol yeah that sounds like a nightmare

    • jollyrogue@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      Aren’t setters and getters discouraged in Python?

      I remember reading something like, “This isn’t C++ , and Python doesn’t have private vars. Just set the var directly.”

      • TheDoctor@hexbear.netdeleted by creator
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        8 months ago

        deleted by creator

  • BlueMagaChud [any]@hexbear.net
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 years ago

    the “sometimes works, don’t know why” is the most maddening, I love tearing my hair out just trying to get it to fail reliabily so I’ve got a single hint

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      8
      ·
      2 years ago

      Any problem that’s not repeatable is incredibly frustrating, and you’re rarely sure if you’ve truly fixed it in the end.

  • Bezier@suppo.fi
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    Brain clot inducing labeling job here

  • bazingabrain [comrade/them]@hexbear.netdeleted by creator
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    deleted by creator

  • headerfile@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    i have so may questions; why are the top right and dead center duplicates? why do they have different images? why are the phrases inconsistent? why are the images and phrases distributed at random? how did you miss this?

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 years ago

      the best thing about memes is that anybody can take it and remix it to make it better :)

      • IntergalacticTurtleFucker@lemmings.worlddeleted by creator
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 years ago

        Fork the meme

      • headerfile@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        fair point

  • Blessthisimmunity@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    One thing, I don’t know why

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 149 users / day
  • 779 users / week
  • 1.68K users / month
  • 5.41K users / 6 months
  • 18 local subscribers
  • 42.4K subscribers
  • 1.73K Posts
  • 24.9K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.mldeleted by creator
  • cat_programmer@lemmy.ml
  • UI: unknown version
  • BE: 0.19.18
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org