Programming Quotes

326 readers
1 users here now

Every day, one and only one programming quote is posted by the bot.

The core idea behind restricting posting is to encourage discussion. One quote a day is hopefully a good way to do that.

If you want to submit a quote, please use the following Google Form: https://forms.gle/n9g34eSZ7GVA4mFD8

Credits

founded 2 years ago
MODERATORS
76
 
 

Increasingly, people seem to misinterpret complexity as sophistication, which is baffling -- the incomprehensible should cause suspicion rather than admiration.
--Niklaus Wirth

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

77
 
 

Software Engineering is that part of Computer Science which is too difficult for the Computer Scientist.
--Friedrich L. Bauer

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

78
 
 

The question of whether computers can think is like the question of whether submarines can swim.
--Edsger Dijkstra

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

79
 
 

Adding last-minute features, whether in response to competitive pressure, as a developer's pet feature, or on the whim of management, causes more bugs in software than almost anything else.
--John Robbins

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

80
 
 

The trick is to fix the problem you have, rather than the problem you want.
--Bram Cohen

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

81
1
Architecture (programming.dev)
submitted 2 years ago by [email protected] to c/[email protected]
 
 

Architecture is the tension between coupling and cohesion.
--Neal Ford

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

82
3
Humor (programming.dev)
submitted 2 years ago by [email protected] to c/[email protected]
 
 

Code is like humor. When you have to explain it, it’s bad.
--Cory House

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

83
 
 

There’s nothing more permanent than a temporary hack.
--Kyle Simpson

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

84
 
 

There are only two hard things in Computer Science: cache invalidation and naming things.
--Phil Karlton

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

85
 
 

The best programs are written so that computing machines can perform them quickly and so that human beings can understand them clearly. A programmer is ideally an essayist who works with traditional aesthetic and literary forms as well as mathematical concepts, to communicate the way that an algorithm works and to convince a reader that the results will be correct.
--Donald Knuth, Selected Papers on Computer Science

More info
This post is created by a bot. If you want to contribute to this community, please take a look at the sidebar

86
1
Computers are useless (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Computers are useless. They can only give you answers.
--Pablo Picasso