摘要:
Rob Pike总是会在恰当的地方做事。在80年代初期,他在贝尔实验室与Brian Kernighan以及Ken Thompson一起工作,与Kernighan合写了“UNIX编程环境”,并与Thompson合作开发了UTF-8 字节编码标准。Pike现在是Google的一个首席工程师,并与人合作开发了Go,一个新的编程语言。<2010年07月25日, 8:02 下午> 阅读全文
摘要:
贝尔实验室计算科学研究中心高级研究人员,著名的计算机科学家。他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,包括《The Elements of Programming Style》、《The Practice of Programming》、《The UNIX Programming Environment》、《The AWK Language》、《Software Tools》、《C Programming Language》等。 阅读全文
摘要:
stated by Barbara Liskov in 1988 ("Data Abstraction and Hierarchy", SIGPLAN Notices, 23 May, 1988),states that a subclass should always be usable in place of its superclass without affecting callers.This principle protects the concept of concrete inheritance.For example, a Dog object shoul 阅读全文
摘要:
an object should be open to extension, but closed to modification. 阅读全文