• @Gabu
    link
    21 year ago

    People who dislike code documentation are often overoptimizers, from my experience.

    • @DarthBueller
      link
      31 year ago

      Optimizing like it’s the early 80s and every byte is precious? Or do you mean something else?

      • @Gabu
        link
        21 year ago

        Exactly. Using 10 obscure instructions to save 1 clock cycle.

        • @afraid_of_zombies
          link
          01 year ago

          Assuming it even does save it. The complier is going to do what it wants to do. Unless you really know your stuff any high level language is going to be a black box. One guy I worked with loved to do that but he would be able to prove that it did matter.