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

think more, write less

link|flag
vote up 1 vote down

The only code without bug it is that you didn't write

link|flag
vote up 0 vote down

I actually have those two sentences as background on my dev machine:

"Does that make sense to people?" and "If it ain't broke, you're not trying hard enough"

link|flag
vote up 1 vote down

"I can make it do anything you want, provided you give me enough time and money."

As a consultant, that's my standard answer to clients asking "can you write a program that does this?"

link|flag
vote up 1 vote down

It's often better to solve the general class of problems of which the problem before you is merely a specific case.

link|flag
vote up 0 vote down

"That stuff is not rocket science, it only takes time".

link|flag
show 2 more comments
vote up 0 vote down

An ounce of testing is worth a pound of theory.

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

"Experience is being able to say 'I think I've messed up like this before'"

link|flag
vote up 0 vote down

"Do the simplist thing that could possibly work." Too much time is lost coding overly complicated solutions to problems. Start with the simple, and then grow from there as needed.

link|flag
vote up 0 vote down

Fix the potholes.

link|flag
vote up 0 vote down

"Think, Create, Educate, Enjoy"-John Maeda

link|flag
vote up 0 vote down

it has never won and no win ever

link|flag
vote up 1 vote down

A regex is the light at the end of a long, dimly lit tunnel. The light of an oncoming train, that is.

link|flag
vote up 0 vote down

KISS and never stop refactoring

link|flag
vote up 0 vote down

NOTHING is impossible. Its not rocket-science, nor is it brain-surgery. And, even if it was, there are developers for that stuff to - so the request isnt impossible.

link|flag
vote up 1 vote down
  1. Ping-pong development methodology: Keep on whacking it until it doesn't bounce back.

  2. Fast, cheap or right -- pick any two.

  3. There are no impossible tasks, it's all a function of time and money.

link|flag
vote up 0 vote down

Mine is: "I never finish anyth.." ;)

link|flag
vote up 0 vote down

Suck less today than I did yesterday.

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
vote up 2 vote down

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

link|flag
vote up 1 vote down

Simplicity.

link|flag
vote up 1 vote down

"The more people I meet, the more I like my cat."

link|flag
vote up 0 vote down

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

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

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

Motto: keep it interesting.

link|flag
vote up 2 vote down

Luck is skill

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.