美文网首页
计算机科学名人名言

计算机科学名人名言

作者: 吴下阿吉 | 来源:发表于2018-08-09 13:22 被阅读121次

Martin Fowler

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Sean Parent

Good code is short, simple, and symmetrical—the challenge is figuring out how to get there.

Steve McConnell

Good code is its own best documentation. As you’re about to add a comment, ask yourself, “How can I improve the code so that this comment isn’t needed?”

Linus Torvalds

Bad programmers worry about the code. Good programmers worry about data structures and their relationships.

Phil Karlton

There are only two hard problems in Computer Science: cache invalidation and naming things.

Alan J. Perlis

There are two ways to write error-free programs; only the third works.

It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.

Dave Thomas and Andrew Hunt

Test your code, or your users will.

David Wheeler

Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem.

Michael Feathers

Object-oriented programming makes code understandable by encapsulating moving parts. Functional programming makes code understandable by minimizing moving parts.

Tom Cargill

The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

Hannes Dorfmann

Inheritance doesn’t scale well! Use inheritance for inheriting properties but not for inheriting functionality! Mixins are better suited for “inheriting” functionality.

Neal Ford

Life's too short for malloc.

Harold Abelson

Programs must be written for people to read, and only incidentally for machines to execute.

相关文章

  • 计算机科学名人名言

    Martin Fowler Any fool can write code that a computer can...

  • 计算机科学与技术

    专业剖析:计算机科学与技术 本专业培养具有良好的科学素养,系统地、较好地掌握计算机科学与技术包括计算机硬件、软件与...

  • CSI讲义2-- 关于二进制补码的若干注记

    计算机科学关注的是计算而不是计算机。--by Richard Hamming 二进制补码是在《计算机科学概论》中讲...

  • 学习资源大放送

    计算机科学导论 计算机科学速成课 - Crash Course Computer Science 哈佛大学公开课:...

  • 数据结构---C语言基础

    一、基本知识 计算机科学早期定义为:研究算法的科学计算机科学近期定义为:研究数据的科学 程序=算法+数据结构数据结...

  • 计算机科学概论(原书第3版).pdf

    《计算机科学概论》由两位知名的计算机科学教育家编写,全面而细致地介绍了计算机科学的各个方面。书中,计算系统的每个分...

  • 计算机科学概论.pdf

    《计算机科学概论》由两位知名的计算机科学教育家编写,全面而细致地介绍了计算机科学的各个方面。书中,计算系统的每个分...

  • 计算机

    计算机可以理解为提供计算能力的机器,那么计算机科学就是关于这台机器运行的科学。 尽管在有些人眼里计算机科学就是在人...

  • 博睿同创|听说这些专业更适合成为一名数据分析师?

    计算机科学 1.计算机科学与编程入门(使用Python) 2.计算机系统工程:本课程涵盖有关计算机软件和硬件系统工...

  • 03绪论:信息技术教育

    1.1.1:信息技术教育的定义 (1)基本概念: 计算机科学:计算机、计算机学科、信息科学、信息学、信息技术、 教...

网友评论

      本文标题:计算机科学名人名言

      本文链接:https://www.haomeiwen.com/subject/uaiqbftx.html