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
    12
    ·
    24 days 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
        9
        ·
        24 days 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
          4
          ·
          24 days ago

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