vote up 54 vote down star
28

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

flag
show 1 more comment

321 Answers

prev 1 2 3 4 5 11 next
vote up 3 vote down

"It works", "leave it alone".

link|flag
vote up 3 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 3 vote down

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

link|flag
vote up 3 vote down

"It works on my machine!"

link|flag
show 1 more comment
vote up 3 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 3 vote down

"How hard can it be?"

This has made me program crazy stuff for it's, well, crazy and fun.

Like the Jupiter ACE emulator in 3D or a dancing Steve Jobs in iTunes or a 3D modeling app for the Palm

I also have another one:

"If you want something done you'll have to do it yourself"

link|flag
vote up 3 vote down

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

link|flag
vote up 2 vote down

KISS, Refactoring, Redesign if needed, Create test cases and when another problem appears add it to your test cases, Ask a friend when you're in trouble.

Communication has no.1 importance in a big project and not only.

link|flag
vote up 2 vote down

First learn to solve problems then, if you must, learn to write code.

link|flag
vote up 2 vote down

I've always thought of Soichiro Honda's quote "Success is 99% Failure" to be a good one.

The Zen of Python has a lot of ideas I really like too.

link|flag
vote up 2 vote down

A restart will fix it.

link|flag
vote up 2 vote down

Look both ways before crossing a one way street

link|flag
vote up 2 vote down

"Nothing is impossible in software."

It's helped me think around some stubborn problems and inital thoughts of "it can't be done", "it's impossible", etc.

link|flag
1  
Halting Problem? – Matthew Scouten Sep 18 '08 at 20:49
show 2 more comments
vote up 2 vote down

Save Early, Save Often, Dont check-in till its reviewed.

link|flag
vote up 2 vote down

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

Most normally followed by... No whammies... no whammies... no whammies... COMPILED!

link|flag
vote up 2 vote down

What are you doing wrong with our bug-free product?

link|flag
vote up 2 vote down

Make it work. Make it work right. Make it work better.

In that order.

link|flag
vote up 2 vote down

"Master one thing. Learn as much as possible about everything else"

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

Assume nothing!

link|flag
vote up 2 vote down

Perfection is when there's nothing left to remove.

link|flag
vote up 2 vote down

Do it once, do it right, never have to do it again.

link|flag
vote up 2 vote down
assert(ItWorks != ItIsCorrect);   # Ever

and

If you tell lies to your computer, years later, long after you've forgotten, it will tell tham back to you. So, never tell lies to your computer.

link|flag
vote up 2 vote down

Language is froth on the surface of thought

a John McCarthy quote

link|flag
vote up 2 vote down

"As simple as possible, but no simpler" -- Einstein (?) via Scott Myers

link|flag
vote up 2 vote down

Nothing is impossible - it just needs more time to implement.

link|flag
vote up 2 vote down
It is by caffeine alone I set my mind in motion.  
It is by the bean of java that thoughts acquire speed, 
the hands acquire shaking,
the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.

(from "Dune", via the Scary Devil Monastery)

link|flag
vote up 2 vote down

The user is always at fault until proven otherwise.

link|flag
vote up 2 vote down

I do what I must because I can.

link|flag
vote up 2 vote down

Make it work, then make it fast.

link|flag
vote up 2 vote down

Luck is skill

link|flag
prev 1 2 3 4 5 11 next

Your Answer

Get an OpenID
or

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