• Eager Eagle
    link
    English
    51 year ago

    tbf positional arguments are already bad enough. Now if you’re using over 9 positional args… just take a break, go for a short walk, and maybe you’ll come back with a better plan

    • @[email protected]
      link
      fedilink
      1
      edit-2
      1 year ago

      I mean 4 is probably too many, 8 definitely is, but also what about splat-args like zip or min. Why not stop at 4? Why not stop at 8 since its a power of two? Any hand-picked limit just feels pretty bleh to me. Either support everything or dont support it at all IMO

      • Eager Eagle
        link
        English
        2
        edit-2
        1 year ago

        Why overthink it. Stopping at the highest single digit decimal number is a fine choice. I’m more unsettled by the sequence starting at _1 instead of _0 if anything.