• @[email protected]
    link
    fedilink
    1765 months ago

    Sadly, that’s not code Linus wrote. Nor one he merged. (It’s from git, copied from rsync, committed by Junio)

      • @[email protected]
        link
        fedilink
        1465 months ago

        Isn’t that from 1991 while the quote is from 1995? If we’re nitpicking maybe we shouldn’t time travel 🤓

      • @[email protected]
        link
        fedilink
        385 months ago

        He wouldn’t make that statement unless he experienced the horror himself.

        Now, if he still does it these days…

        • @[email protected]
          link
          fedilink
          135 months ago

          I’ve heard similar from the worst first year CS students you could ever meet. People talk out their ass without the experience to back up their observations constantly. The indentation thing is a reasonable heuristic that states you are adding too much complexity at specific points in your code that suggests you should isolate core pieces of logic into discrete functions. And while that’s broadly reasonable, this often has the downside of you producing code that has a lot of very small, very specific functions that are only ever invoked by other very small, very specific functions. It doesn’t make your code easier to read or understand and it arguably leads to scenarios in which your code becomes very disorganized and needlessly opaque purely because you didn’t want additional indentation in order to meet some kind of arbitrary formatting guideline you set for yourself. This is something that happens in any language but some languages are more susceptible to it than others. PEP8’s line length limit is treated like biblical edict by your more insufferable python developers.

        • @nialv7
          link
          25 months ago

          He barely ever code these days.

    • @riodoro1
      link
      415 months ago

      You really think someone would do that? Just go on the internet and tell lies?

    • @laughterlaughter
      link
      215 months ago

      Plus it shows three levels of indentation. Well… there is the extra one created by the compiler directives, but do they really count?