The most upvoted question in the history of StackOverflow
stackoverflow.com
The most upvoted question in the history of StackOverflow
1–10 of 14 posts
Re: The most upvoted question in the history of StackOverflow
#2My take away from this question and and the top answer was that the above is not true. It does not mean that everyone has to code using assembly - it means that good programmers are aware of where their abstractions may leak.
Related reading (can't believe it's almost 20 years since this article was written) - https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-a...
Re: The most upvoted question in the history of StackOverflow
#3Re: The most upvoted question in the history of StackOverflow
#4Re: The most upvoted question in the history of StackOverflow
#5I thought for sure it was going to be "How do I exit vim?"
Re: The most upvoted question in the history of StackOverflow
#6Re: The most upvoted question in the history of StackOverflow
#7We often hear that choosing the right algorithm will get rid of all performance problems. There is no "need" to understand what is happening under the hood and all programmers should only work at higher levels of abstraction. My take away from this question and and the top answer was that the above is not true. It does not mean that everyone has to code using assembly - it means that good programmers are aware of whe…
Re: The most upvoted question in the history of StackOverflow
#8Re: The most upvoted question in the history of StackOverflow
#9I'd always been suspicious of all the black magic optimization that my compiler/library implementation/runtime did discreetly behind the hood.