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

  • chunes@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    3 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
      2
      ·
      2 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.