2009-01-08, Thu

Always buy hardware first

Jeff Atwood, bolstered by Moore’s Law, points out that acquiring hardware is almost always the more cost effective solution, versus optimizing code. Here are some examples.

  1. Buying a bigger hard disk vs. Writing a better data compression algorithm.
  2. Adding an extra CPU core vs. Making the code run 50% faster.

Read his article here.

Also, the realization that code optimization can very well become an addictive obsession.

Isaac Su

tags: coding optimization programming

---

Comment

Commenting is closed for this article.

---