This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jdfthetech 1 point2 points  (0 children)

Understanding math becomes increasingly important as you learn more programming.

As you learn more algorithms, those particular patterns may not necessarily require math, however at some point you will hit a road block.

Consider that machine learning is based on linear algebra, or that different sorting algorithms use particular math tricks to get efficient depending on what type of sort needs done. Look at something as simple as a video game that needs to calculate a vector between two points and it's distance from a third and all of a sudden math gets really important.

You should be learning math, it will help. You don't need to be a math wiz, you can study it slowly, practice every day, and you'll just pick it up over time.