January 2011
4 posts
Unix的開發哲學
說到Unix為我們所帶來的軟件開發的哲學,我必需要說一說。Unix遵循的原則是KISS(Keep it simple, stupid)。在http://en.wikipedia.org/wiki/Unix_philosophy 上有很多的基本上大同小異的Unix哲學,都是很經典的。
Doug McIlroy 是認為UNIX的哲學是這樣的:三條哲學,簡明扼要,就是這三條哲學貫穿著整個Unix世界。尤其是第一條”do one thing and do it well”真是相當精彩!
Write programs that do one thing and do it well.
Write programs to work together.
Write programs to handle text streams, because that is a...
December 2010
20 posts