Tom Shelton said:
I think Math is good thing to learn - even if you don't use it. Simply
because it teaches logical and orderly thinking, as well as problem
solving.
I rarely make use of the math I learned in college now - but, I think
having
the background makes a big difference.
I 100% agree with this. A client of mine knows enough logic to pseudo-code
algorithms for reporting modules that he wants me to write for him. While
this is useful, I frequently find myself removing redundant maths that he's
written in, simplifying statements and rearranging equations so that they
achieve the same results with far fewer computations. If I had no
background in maths at all, I wouldn't know how to do that, though I may
well still know how to write code - albeit far less efficiently. There have
been a good few times when I've needed a bit of geometry for graphical
routines also.
Sometimes it really makes me wish I'd paid more attention in class - who
knows how much more I'd be able to optimise if I had? lol.
-Alex