vote up 62 vote down star
36

Title says it all... Mine is "Never stop learning"... :)

flag
2  
I like a variant of this... "Never stop improving" – Haacked Sep 17 '08 at 16:05

335 Answers

prev 1 2 3 4 5 12 next
vote up 8 vote down

Cheap, Fast, Good.........pick any two.

link|flag
show 1 more comment
vote up 7 vote down

if you think you're a good coder you stop becoming a better one

link|flag
show 1 more comment
vote up 6 vote down

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

link|flag
vote up 6 vote down

"How does this help the user to kick ass?" - Kathy Sierra

link|flag
vote up 6 vote down

If you don't have time to do it right, how come you have time to do it twice?

link|flag
vote up 6 vote down

There has to be a better way to do this....

link|flag
show 1 more comment
vote up 5 vote down

Test, test, test

link|flag
vote up 5 vote down

"Code as if somebody else needs to understand your code."

and

"Do no evil!"

link|flag
show 1 more comment
vote up 5 vote down

Give me six hours to chop down a tree and I will spend the first four sharpening the axe.

Abraham Lincoln

link|flag
vote up 4 vote down

Don't fix it if its' ain't broken

link|flag
2  
Never heard about refactoring? – Ikke May 29 at 10:47
2  
If it looks ugly, it's broken. – hasen j May 29 at 10:58
vote up 4 vote down

Im Lazy, thats why im a programmer

link|flag
show 1 more comment
vote up 4 vote down

A program has two purposes. First, to be read and understood by humans. Second, to be understood and run by a computer.

link|flag
vote up 4 vote down

good coders code, great reuse

link|flag
vote up 4 vote down

"To err is human, to really screw things up requires a computer."

"An error is not a mistake until you refuse to correct it."

link|flag
vote up 4 vote down

Premature optimization is the root of all evil.

link|flag
vote up 4 vote down

Walking on water and developing software from a specification are easy if both are frozen. - Edward V Berard

link|flag
vote up 4 vote down

"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein

link|flag
vote up 4 vote down

The IBM Polyanna Principle:

Machines should work; People should think.

link|flag
vote up 4 vote down

"When in doubt, pretend it's magic"

link|flag
vote up 4 vote down

"It works", "leave it alone".

link|flag
vote up 4 vote down

This is more of an Anti-Motto, but its a quote that always reminds me that making the code concise is what I should be striving for.

I have made this letter longer than usual, only because I have not had 
the time to make it shorter.

-Blaise Pascal
link|flag
vote up 4 vote down

If it's not tested, it probably doesn't work.

link|flag
vote up 4 vote down

"I have not failed. I've just found 10,000 ways that won't work."

Thomas A. Edison (1847 - 1931), (attributed)

link|flag
vote up 4 vote down

Weeks of coding save me hours of planning

link|flag
vote up 4 vote down

9 Women can't make a baby in one month.

link|flag
vote up 3 vote down

Oh shit, I broke the build again. D:

link|flag
1  
If that is a motto, I do not want to be in your team! – icelava Dec 26 '08 at 3:13
vote up 3 vote down

Embrace The Chaos!

link|flag
vote up 3 vote down

A test that succeeds when it is intended to fail is far more worrisome than when it is intended to succeed.

link|flag
vote up 3 vote down

"Never let a programmer name anything!"

link|flag
show 1 more comment
vote up 3 vote down

Keep It Simple Stupid, there's a quote that springs to mind when someone's getting all "clever" about their implementation of a feature, to paraphrase:

Debugging code is twice as hard as writing that code in the first place so if you're writing code approaching your technical limits then you're already too stupid to debug it.

Now I don't completely agree with that (as you can learn while you're debugging and thus improve to the level where you're ok) but it's always struck a chord with me.

link|flag
show 1 more comment
prev 1 2 3 4 5 12 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.