• fruitycoder@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I guess maybe its my sysadnin coding /DevOps domain that makes a couple of people spit balling on a white board faster to get started then rack and stacking, powercycling, or provisioning new instances.

    • nous@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      There is a big difference in planning server layouts and similar tasks and writing pseudocode. In comparason the planning is much cheaper and the cost of getting things wrong can be quite high. But with pseudocode, it is not that much cheaper to write than real code is, it gives you a lot less useful information and the cost of a mistake is quite cheap in code (that is while you are still developing things and for the types of problems pseudocode might even be able to catch).