aka “bros: in order to be rich, just don’t be poor.”

  • chunes@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    yeah. I’d rather use C and statically allocate everything up front, even if that’s not a great fit

    • sobchak@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      When I did embedded programming that’s what I did. Nothing was dynamically allocated. It also allowed me to write a debugger that would watch how variables changed by just directly reading from memory, chart them, and and stuff like that.