• Eager Eagle
    link
    fedilink
    English
    2
    edit-2
    9 months ago

    The liberty to not name things that are obvious.

    and that’s yet another way to end up with hard to read code.

    Variables hold values that have meaning. Learn how to name things and you’ll write good code.

    • @exussum@lemmy.world
      link
      fedilink
      19 months ago

      This makes me want to write a function for you to add to numbers where the variables are leftumber and rightnumber, instead of x and y.

      • @Miaou
        link
        19 months ago

        Lhs and rhs are much better than x and y

        • @exussum@lemmy.world
          link
          fedilink
          19 months ago

          In what way? If you encountered a function that had x and y which just added them together, that’s not readable enough?

          • @Miaou
            link
            19 months ago

            Well in a vacuum yes sure, you’re right, but in practice there’s always some context. x and y could be referring to axes, where an addition makes little sense. However lhs and rhs make more sense if you’re overloading an operator