> If you took a dynamic methods class in school, you know that big-O notation is pretty much meaningless in the real world. Which is to say, it doesn’t matter how an algorithm operates on an arbitrary set of data I once spent a day or two trying to figure out why our network simulation was grinding to a halt.[1] The research guys, of course, blamed us engineering guys (you're writing slow code!) Turns out that one of…
Programming is not math
111–115 of 115 posts
Re: Programming is not math
#112Re: Programming is not math
#113I've seen someone take a piece of code from 72 lines down to 3 lines by just doing some simple mathematical analysis before actually getting to refactoring. The code was also simpler, and easier to understand. Do you need math for be a good programmer? No. Does it help to know math while programming? Absolutely.
I've also seen a programmer waste 6 months on code that didn't solve the problem because he was a poor communicator and got all the requirements wrong. I don't disagree with your point but it doesn't really mean that much. A good programmer needs to be well rounded -- understand math, logic, language, human nature, etc. If you're calculating missile trajectories; math is going to be a more important component. If you…
Re: Programming is not math
#114I am starting to get sick of these things. > Doing Riemann sums in Fortran is about as math-oriented an introduction to programming as you can get. No. Math is not calculus . Math is more than calculus, more than arithmetic. If anyone asserted that "Programming is arithmetic" (or "...is not..."), they'd get their buttocks laughed off of them. But that is exactly what Sarah Mei is arguing against here. > You might be…
Re: Programming is not math
#115I am starting to get sick of these things. > Doing Riemann sums in Fortran is about as math-oriented an introduction to programming as you can get. No. Math is not calculus . Math is more than calculus, more than arithmetic. If anyone asserted that "Programming is arithmetic" (or "...is not..."), they'd get their buttocks laughed off of them. But that is exactly what Sarah Mei is arguing against here. > You might be…