• aluminium@lemmy.world
    link
    fedilink
    arrow-up
    23
    arrow-down
    3
    ·
    edit-2
    2 years ago

    You NEED to be good be in math to program.

    Whilest for some highly specialist fields you definitly do, but for a lot of jobs things don’t get more complex than calculating averages.

    • lolcatnip@reddthat.com
      link
      fedilink
      English
      arrow-up
      32
      arrow-down
      2
      ·
      2 years ago

      OTOH, you need to be good at the same kinds of reasoning that leads one to be good at math. Not knowing much math isn’t a problem, but not being able to learn math is probably a dealbreaker.

      • Landless2029@lemmy.world
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        2 years ago

        Nail on the head.

        The reason programming curriculums are so math heavy is because of teaching logic.

        You’re either right or wrong in math. There is ONE answer to the formula. You can sometimes get there different ways though. The logic on your path is the key.

      • saplyng@kbin.social
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        I’d I unironically say that philosophy and logic classes are extremely helpful for programming.

        • lolcatnip@reddthat.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 years ago

          When I was in college I took a symbolic logic class taught by the philosophy department that was indeed useful. OTOH, I was told later it was originally created as a CS class and only moved to the philosophy department for political reasons.

    • Redkey@programming.dev
      link
      fedilink
      arrow-up
      11
      arrow-down
      2
      ·
      2 years ago

      I’d argue that you do need to be good at math to be an effective programmer, it’s just that that doesn’t mean what a lot of people think it means. You don’t need to know all the ins and outs of quadratics, integrals, and advanced trigonometry, but I think you do need to have a really solid, gut-level understanding of basic algebra and a bit of set theory. If you’re the sort of person whose head starts to swim when you see “y=3x+2”, you’re going to find programming difficult at best.

    • callouscomic@lemm.ee
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      2 years ago

      I don’t think it’s so much about the actual math, but learning good logic and problem solving skills, which math helps with.