September 13, 2004 12:00 AM EDT
Writing code that runs quickly is sometimes at odds with writing code
quickly. C.A.R. Hoare, computer science luminary and discoverer of the
QuickSort algorithm, famously proclaimed, "Premature optimization is the root
of all evil." The extreme programming design principle of "Yo... (more)