1. Unix Philosophy: 提供机制而不提供策略。 “Provide mechanism, not policy”
“what capabilities are to be provided” (the mechanism) and “how
those capabilities can be used” (the policy). 2. 过早的优化是万恶之源。
Premature optimization is the root of all evil! - Donald Knuth 3.
在水里行走和以一个需求规格进行软件开发,有一点是相同的,那就是如果水或需求都被冻住不了,那么行走和软件开发都会变得容易。
Walking on water and developing software from a speci...
阅读全文>>