“What’s your go-to tool as a programmer these days?”

My brain, same as it always has been!

  • Dumhuvud@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    May I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.