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

Suck less today than I did yesterday.

link|flag
vote up 0 vote down

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

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

KISS and never stop refactoring

link|flag
vote up 0 vote down

it has never won and no win ever

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Fix the potholes.

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

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

link|flag
vote up 0 vote down

An ounce of testing is worth a pound of theory.

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

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

persistence is the mother of perceived simplicity…

link|flag
vote up 0 vote down

Write code as if you will never touch it again.

That means, do it right the first time. Do not bank on being able to go back later and fix it up.

link|flag
vote up 0 vote down

As a passionate pragmatist:

Figure out the least number of steps you think are needed, then get out Occams Razor and start shaving

link|flag
vote up 0 vote down

It's a dirty job but someone's got to do it. (Faith No More)

link|flag
vote up 0 vote down

Computer systems... cradle to grave.

link|flag
vote up 0 vote down

Work smart, not hard.

(yet another variation of "keep it simple")

link|flag
vote up 0 vote down

Reach the spec, scale to the unexpected.

link|flag
vote up 0 vote down

"Designing computer software today is a race between software engineers trying to build better, idiot-proof programs, and the Universe trying to build better idiots. So far the Universe is winning."

Can't remember the author's name; feel free to me edit me if you do. (Originally saw it as a user signature on a technical forum. It's from a rather well known technical author, a Mr Grant, maybe, if I remember right.)

link|flag
vote up 0 vote down

Think bigger, code better, finish faster.

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

Think Ahead. Learn More. Solve Now!

link|flag
vote up 0 vote down

"Good enough never is".

link|flag
vote up 0 vote down

"Expect the unexpected" and "Trust no one" (from users, library functions, etc.)

link|flag
vote up 0 vote down

Writing some software that was used in critical situations, and we were kibitzing about this motto thing. This one came to mind: "we get sloppy, we get cuffed."

link|flag
vote up 0 vote down

I have several

1 - Reinventing the wheel is boring - and who wants an oval wheel that falls off every few minutes? Someone else has done this before.

2 - Make something work now, make it work better, later.

3 - Let's just do some Googling...

link|flag
vote up 0 vote down

For me it's more like "Never give up" - I guess that's what happens when you're exposed daily to Coding Horrors and somehow you have to turn that into a nice application.

link|flag
vote up 0 vote down

Progress before perfection.

link|flag
vote up 0 vote down

Wisdom begins in wonder.

link|flag
vote up 0 vote down

The end user doesn't know what they want and the managers are even worse. Just implement and iterate.

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.