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 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
vote up 2 vote down
  1. Fork
  2. Morph
  3. (if !what_you_had_in_mind) GOTO 2
  4. It rings!

When in doubt - morph it more!

Morph it 'till it rings!

link|flag
vote up 2 vote down

rule number one, never say its going to be easy.

link|flag
vote up 2 vote down

"Listen to your fear."

One of the hardest lessons I've had to learn is that if there's something I'm avoiding looking at, or something I'm half-afraid to look at, then that's almost certainly the part that is misdesigned, miscoded, or most likely to require changes later on.

In this case fear isn't the mind-killer. It's more like the smoke alarm.

link|flag
vote up 2 vote down

Automate whenever possible.

link|flag
vote up 2 vote down

My old boss used to say 'measure twice, cut once'.

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

"Some hours of trial and error can save you minutes of reading manuals" :-D

link|flag
vote up 2 vote down

rogramming 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.

[From The Wizardry Cursed by Rick Cook]

link|flag
vote up 2 vote down

Good enough is neither.

link|flag
vote up 1 vote down

Nothing good comes out of test

link|flag
vote up 1 vote down

Everything can be solved using an extra-level of indirection

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

Don't Make Me Click!

link|flag
vote up 1 vote down

Write human readable software.

link|flag
vote up 1 vote down

Tests first.

link|flag
vote up 1 vote down

There is always one more bug ...

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

If you can build it, your users can break it.

link|flag
vote up 1 vote down

Do your best to get it done on time, but doing it the right way is more important.

link|flag
vote up 1 vote down

Continuous improvement is the only path to perfection.

link|flag
vote up 1 vote down

Slow down, get it in writing, and it's never too late to test one more time.

link|flag
vote up 1 vote down

Don't ship crap.

link|flag
vote up 1 vote down

"Software should meet the user on their terms, not the other way around."

And my favorite for making big, technical decisions... "What could possibly go wrong?"

link|flag
vote up 1 vote down

Codito ergo sum

link|flag
vote up 1 vote down

"Under-sell, over-deliver"

link|flag
vote up 1 vote down

"I don't fix problems. I work around problems."

link|flag
vote up 1 vote down

Plan it on paper.

link|flag
vote up 1 vote down

Correctness first.

link|flag
vote up 1 vote down

More Cowbell!

link|flag
vote up 1 vote down

I have a few...

Don't do anything a machine could be doing.

With a PC, the easy things are easy, but the hard things are impossible. With UNIX, the easy things are hard, but all things are possible. -- I don't remember the source... Schwartz maybe?

Just say NO to a pretty GIU.

Driving a mouse is about like driving a truck. When I drive a keyboard, I'm driving fleets of trucks.

A new computer is a hundred times cheaper than a new employee, and the computer works around the clock.

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.