Originally posted by Hauldren Collider
View Post
I've worked at investment banks with PhDs in math writing code (like KH). Incredibly bright guys who wrote the worst software you would see in your life. Software development is a craft more than a field of math, they're not overly related. People who are strong in math tend not to be good at software development because they're largely relying on different strengths. A good software developer is imprecise and efficient, a mathy is anal and obsessive. A mathy will build an overly complicated solution with massive classes (or more realistically, procedural/functional programs existing inside a class...), while a good developer whips up a much simpler solution that solves the same problem in a cleaner design with less time.
Comment