DEV Community

Discussion on: How important are math skills for software development?

Collapse
 
tchaflich profile image
Thomas C. Haflich

I often find myself wishing I had just a bit more knowledge of math.

I'm good enough with it to know that there could be solutions to some of the problems that I'm facing, but not quite good enough to work out exactly what those solutions actually are.

Of course, this has been continuously happening even as I've kept picking up more bits and pieces as I go along in life, so it will probably keep happening forever. Having a solid basis in mathematics is nice, but learning how to pick up more and when it would be helpful is the skill that's served me better.

Also, knowing when to not use your clever math-hax and just use a more obvious but less performant solution. Sometimes it's worth the performance gain, and sometimes it just makes your code untouchable.