• @NegativeLookBehind
    link
    English
    5013 days ago

    You should really be naming all your variables by generating 64 character (minimum) random strings.

    • LostXOR
      link
      fedilink
      3613 days ago

      Who needs private variables when you can generate cryptographically secure variable names? Much better security.

    • @[email protected]
      link
      fedilink
      1113 days ago

      Make it 63 (31?) to align with what C99 can distinguish.

      Also: I really like unicode in identifiers. So if at all possible don’t just have a random string of letters and numbers, make sure to include greek letters and all the funny emojis. (I just forgot which languages and compilers etc allow that.)

      • @[email protected]
        link
        fedilink
        1613 days ago

        For extra fun, you can name your variables using solely Unicode invisible characters (e.g. non-breaking space) so they’re impossible to visually distinguish

        • ferret
          link
          fedilink
          English
          513 days ago

          Wingdings is a font and has no effect on the actual code. Only people who set their IDE font to wingdings will see wingdings

          • @NegativeLookBehind
            link
            English
            713 days ago

            Remove all fonts from the devs computers except for Wingdings and Webdings.