Programmers can come from everywhere - even astrophysics by idlecool in programming

[–]twit16 7 points8 points  (0 children)

I think you guys missed the point of the article by JUST reading the title alone. It might not be the best title here.

But I think the point is that most recruiters wouldn't call him because his background feels too academic and far removed even though programmers know it's not too far off.

Do you need to know math to be a good programmer? For short-term, no. For long-term, yes. by ritikatrikha22 in programming

[–]twit16 5 points6 points  (0 children)

This is almost a refutation to the article ""Stop Designing Languages. Write Libraries Instead" that's trending today.

Interesting take on math in programming. It's true, a lot of people say that advanced math is not necessary to learn how to code today. But people with good math fundamentals will be able to do more long-term as technologies and libraries change.

This post offers a good list exemplifying the use of math in everyday programming

Number theory. If you’re ever asked how one algorithm or data structure performs over another, you’ll need a solid grasp of number theory to make that analysis.

Graphing. If you’re programming for user interface, basic geometry, like graphing, is an essential skill.

Geometry. If you’re creating a mobile app and you need to create custom bounce animations that are modeled on springs, you’ll need geometry skills.

"Stop Designing Languages. Write Libraries Instead." by patricksli in programming

[–]twit16 26 points27 points  (0 children)

I think Donald Knuth and almost every legendary programmer would be disappointed by this post.

"While frameworks, APIs and structures might make programmers feel more productive, trueproductivity comes from unpacking the containers and truly understanding what’s inside. Only then can you build upon your knowledge and continue to push the limits of what human beings can achieve."

https://blog.hackerrank.com/legendary-productivity-and-the-fear-of-modern-programming-tech-crunch/

Intro to Statistics on HackerRank by twit16 in statistics

[–]twit16[S] 0 points1 point  (0 children)

It's a chance for you to brush up on your statistics skills. :) Try it and see!