vote up 61 vote down star
34

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 3 vote down

If at first you don't succeed, redefine success. :)

link|flag
1  
def didWeSucceed{ if (true) { return true; } } – Nathan Long Nov 23 at 18:36
vote up 3 vote down

it was working before...

link|flag
vote up 3 vote down

Question Everything.

link|flag
vote up 3 vote down

Thank god We have google!

link|flag
vote up 3 vote down

"It works on my machine!"

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

"You can have it

  • correct
  • fast
  • on time

Pick any two."

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

"Don't be a language snob. Use whatever works or whatever your customer wants and is willing to pay for."

link|flag
show 1 more comment
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

Write it so that your Mum could use it

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
show 1 more comment
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

"Good code reads like documentation". From the Agile Manifesto, I think.

link|flag
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

"Use the source Luke...."

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
show 1 more comment
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
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.