this post was submitted on 04 Aug 2023
2 points (60.0% liked)
Programming Quotes
323 readers
1 users here now
Every day, one and only one programming quote is posted by the bot.
The core idea behind restricting posting is to encourage discussion. One quote a day is hopefully a good way to do that.
If you want to submit a quote, please use the following Google Form: https://forms.gle/n9g34eSZ7GVA4mFD8
Credits
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Unfortunately, this quote is often taken out of context to argue that optimization is not important. Here's the full quote:
In other words, you should optimize your code after you have profiled your program to find out which sections are most performance-sensitive, and you should use benchmarks to verify that the optimizations you have applied are beneficial.