Curious to hear about the things that helped improve your programming ability.

  • 404@lemmy.zip
    link
    fedilink
    arrow-up
    48
    ·
    edit-2
    8 months ago

    Learning some functional programming. It really influenced the way I think about code and make coding decisions.

    • dneaves@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      8 months ago

      Agreed. Functional languages really raised my standard for what a language could be.

      Stronger typing. More functional flow. Less dumb errors.