Programming Quotes

318 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 1 year ago
MODERATORS
51
32
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
--John Woods

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

52
7
Testability (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Software is either testable or detestable.
--Anonymous

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

53
15
Code vs comments (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Code is there to explain the comments to the computer.
--Andy Harris

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

54
8
A love letter (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Documentation is a love letter that you write to your future self.
--Damian Conway

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

55
6
It's not a bug (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

It’s not a bug; it’s an undocumented feature.
--Anonymous

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

56
5
Programming today (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook, The Wizardry Compiled

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

57
 
 

A language that doesn't affect the way you think about programming is not worth knowing.
--Alan J. Perlis

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

58
6
To find an error (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

It's hard enough to find an error in your code when you're looking for it; it's even harder when you've assumed your code is error-free.
--Steve McConnell

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

59
 
 

The only way to learn a new programming language is by writing programs in it.
--Dennis Ritchie

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

60
13
A productive day (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

One of my most productive days was throwing away 1000 lines of code.
--Ken Thompson

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

61
 
 

I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck

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

62
2
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Premature optimization is the root of all evil.
--Donald Knuth

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

63
 
 

There are only two kinds of languages: the ones people complain about and the ones nobody uses.
--Bjarne Stroustrup

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

64
12
submitted 1 year ago* (last edited 9 months ago) by MarvinTheBot to c/quotes
 
 

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

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

65
7
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

All models are wrong, but some models are useful.
--George Box (context)

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

66
 
 

Programming is the immediate act of producing code. Software engineering is the set of policies, practices, and tools that are necessary to make that code useful for as long as it needs to be used and allowing collaboration across a team.
-- Titus Winters, Software Engineering at Google: Lessons Learned from Programming Over Time

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

67
3
Bad code (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Don’t comment bad code—rewrite it.
--Brian W. Kernighan, The Elements of Programming Style

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

68
 
 

The C language combines all the power of assembly language with all the ease-of-use of assembly language.
--Mark Pearce

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

69
0
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

C++ tries to guard against Murphy, not Machiavelli.
--Damian Conway

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

70
6
Simple things (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Simple things should be simple, complex things should be possible.
--Alan Kay

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

71
4
Easy change (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

First make the change easy (warning: this might be hard), then make the easy change.
--Kent Beck

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

72
3
Regular expressions (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems.
--Jamie Zawinski

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

73
4
Quality is free (self.quotes)
submitted 1 year ago by MarvinTheBot to c/quotes
 
 

Quality is free, but only to those who are willing to pay heavily for it.
--DeMarco and Lister

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

74
 
 

There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.
--Tony Hoare

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

75
 
 

The trouble with programmers is that you can never tell what a programmer is doing until it's too late.
--Seymour Cray

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

view more: ‹ prev next ›