In the Lord of the Rings fandom there’s a persistent debate whether balrogs, or Durin’s Bane specifically, have wings. The text in Fellowship is ambiguous whether what it is describing are literal wings or something else wing-like.

    • naught101@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      2 hours ago

      I’m a spaces guy, but agree on the 4. A coder told me decades ago that 4 is better than 2 because if your code starts wrapping due to too many indents you should be refactoring it into functions anyway.

        • naught101@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          2 hours ago

          In part, because it forces 2-space tab users to confront the indentation issue above

          Also there are no drawbacks… I still hit the tab key to indent (and shift tab to dedent). My editor does the rest.

          • Hudell@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 hour ago

            You can do the same thing with a linter rule, without forcing everyone to see the code in your preferred way.