The Art of UNIX Programming的笔记(3)

>我来写笔记

按有用程度 按页码先后 最新笔记

  • oldfrau
    multiprogramming

    oldfrau

    用多进程的方式,使问题局部化,进而间接的降低了系统整体的复杂度。 (更多)

    2012-04-08 02:34:34   回应

  • rns
    1.6 Basics of the Unix Philosophy

    rns

    1. Rule of Modularity: Write simple parts connected by clean interfaces. 2. Rule of Clarity: Clarity is better than cleverness. 3. Rule of Composition: Design programs to be connected to other programs. 4. Rule of Separation: Separate policy from mechanism; separate interfaces from engines. 5. Rule of Simplicity: Design for simplicity; add complexity only where you must. 6. Rule of Parsimony:... (更多)

    2012-01-15 00:04:01   回应

  • yakergong
    第47页

    yakergong (因为懂得,所以慈悲)

    The only way to write complex software that won't fall on its face is to hold its global complexity down — to build it out of simple parts connected by well-defined interfaces, so that most problems are local and you can have some hope of upgrading a part without breaking the whole. (更多)

    2011-06-08 14:18:34   回应

笔记是你写在书页留白边上的内容;是你阅读中的批注、摘抄及随感。

笔记必须是自己所写,不欢迎转载。摘抄原文的部分应该进行特殊标明。

The Art of UNIX Programming

>The Art of UNIX Programming