• aluminium@lemmy.world
    link
    fedilink
    arrow-up
    25
    arrow-down
    3
    ·
    edit-2
    5 months 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
      35
      arrow-down
      2
      ·
      5 months 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.

      • MaoZedongers@lemmy.today
        link
        fedilink
        arrow-up
        11
        ·
        5 months ago

        I’m bad at math and struggled heavily through calc 2 and barely passed with a D+ but had little issue with data structures and algorithms (except when the algorithms were written in math notation, but still got through it after being explained in a logical set of steps instead).

      • Landless2029@lemmy.world
        link
        fedilink
        arrow-up
        11
        arrow-down
        1
        ·
        5 months 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
        3
        ·
        5 months 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
          ·
          5 months 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
      13
      arrow-down
      2
      ·
      5 months 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
      7
      arrow-down
      1
      ·
      5 months 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.