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 8 9 10 11 12 next
vote up 0 vote down

"Plan to throw one away, you will anyhow." - Fred Brooks

"If you plan to throw one away, you will throw away two." - Craig Zerouni

link|flag
vote up 0 vote down

If it doesn't work in the lab, it won't work in the field. If it doesn't work in the field, it doesn't work.

link|flag
vote up 0 vote down

The path to becoming a good programmer is paved with bad scripts.

link|flag
vote up 0 vote down

Do Not Follow One Line Mottos.

link|flag
vote up 0 vote down

You have job to get done. Now do it.

link|flag
vote up 0 vote down

When i program for myself, it is:

"You are not a team of 50 people, so stop planning big advanced applications"

link|flag
vote up 0 vote down

Do the simplest thing, write the simplest code.

link|flag
vote up 0 vote down

"Don't repeat yourself"

link|flag
vote up 0 vote down

alt text

link|flag
vote up 0 vote down

I like the philosophy of NetBSD:

Some systems seem to have the philosophy of "If it works, it's right". In that light NetBSD could be described as "It doesn't work unless it's right".

link|flag
vote up 0 vote down

I just keep tryin' ta get a little better Said the little better than before

from Mr. Brownstone by Guns N' Roses

link|flag
vote up 0 vote down

A good program is nothing but a theory of the world.

And there is no sense in letting a few ugly facts spoil a beautiful theory.

link|flag
vote up 0 vote down

I have codified my "motto" here: http://www.djb.co.za/?q=node/1

link|flag
vote up 0 vote down

Under promise, over deliver.

link|flag
vote up 0 vote down

It's only impossible because nobody has done it yet. (Glynn Willet, ATX Inc)

link|flag
vote up 0 vote down

There's always a solution.

Nothing's impossible, every challenge is achievable one way or another; it's just a case of persevering and being creative until you find the right way.

link|flag
vote up 0 vote down

"Those who can code - Compile, Those who can't code - Error Check, Those who can't error check are inevitably your bosses"

link|flag
vote up 0 vote down

But there’s no sense crying over every mistake.

You just keep on trying till you run out of cake.

link|flag
vote up 0 vote down

A seated genious will always go less far away than a walking dumbass.

link|flag
vote up 0 vote down

Commit early, commit often.

Also applies to designing, commenting, and testing.

link|flag
vote up 0 vote down

It's just your code, it's not you which is being reviewed.

link|flag
vote up 0 vote down

make someone else's job easier...

link|flag
vote up 0 vote down

Google knows everything. StackOverflow knows less, but it's better organized.

link|flag
vote up 0 vote down

In response to all the "simple" responses:

"For every complex problem there is an answer that is clear, simple, and wrong." - H.L. Mencken

:)

link|flag
vote up 0 vote down

Motto: keep it interesting.

link|flag
vote up 0 vote down

Relentless Incrementalism, and maximum stability!

I never stop my relentless pursuit of incremental improvement and the pursuit of perfect algorithms and code. There is always room for improvement, for a new way of looking at things, and a better way to attack a problem. I do this all with a near paranoid focus on making sure the resulting code is unbreakable too (I actually believe in the concept of bug-free software).

Sure, I have some basic objects, methods, and techniques that have "risen to the top" now and remain proven, efficient, stable, and accurate. But, I try to never let myself consider anything to be immutable, and I let me mind constantly ponder potential improvements (speed, stability, etc), and test my ideas regularly. This leads to all sorts of great programs that are not only robust, but fast and bug-free.

link|flag
vote up 0 vote down

Complex Software....made by lazy developers!

link|flag
vote up 0 vote down

Be kind and helpful to your users

alt text

link|flag
vote up 0 vote down

"Dude, get the hell out of my chair."

link|flag
vote up 0 vote down

Well, I wanted to use something funnier and wittier, but here are two of the ones I find myself using fairly frequently:

  1. The software architecture and platform isn't "done" until it can do everything it is conceivable and possible for it to perform within its domain through reconfiguration (obviously by these standards, I've never ACTUALLY completed a software platform or architecture :))

  2. Don't be afraid to do it yourself

link|flag
prev 1 8 9 10 11 12 next

Your Answer

Get an OpenID
or

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