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 4 5 6 7 8 12 next
vote up 0 vote down

A programmer is just a programmer. A developer should get one and stick to designing.

link|flag
vote up 0 vote down

It's never idiot-proof.

link|flag
vote up 0 vote down

Programmierst du noch, oder denkst du schon?

link|flag
vote up 0 vote down

All coding is regret.

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

Business is 99% sales, the other half is programming.

link|flag
vote up 0 vote down

never stop learning

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

"Embrace failure"

Yes, I was very pleased when I found Erlang.

link|flag
vote up 0 vote down

I love the DRY motto: "Don't Repeat Yourself". It drives me to constantly refactor my code which ends up making things simpler and more readable. The best code patches are ones that remove code.

link|flag
vote up 0 vote down

"Have 640KB, will travel"

link|flag
vote up 0 vote down

I get paid to think hard thoughts. Sweet!

link|flag
vote up 1 vote down

Use the correct language to solve the problem.
Leave the code cleaner than when I found it.

link|flag
vote up 1 vote down

It's not done until the customer says "Yes, that's what I needed!"

link|flag
vote up 10 vote down

Mine is also a life motto and is actually tattooed on my arm :)

"Aut viam inveniam aut faciam" - I will either find a way or I will make one.

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

Simplify It.

link|flag
vote up 0 vote down

Software is a business.

link|flag
vote up 0 vote down

"Why didn't they find it in UAT?"

link|flag
vote up 10 vote down

My place of works motto

"We don't have time to do it right, but we have time to do it over"

link|flag
1  
Or "we don't have time to do it right, or time to do it over, but occasionally, while we're adding new features, we have time to tack on other features that try to work around the original poor design. If you're lucky." – Nathan Long Nov 23 at 18:34
show 1 more comment
vote up 15 vote down

"If Brute Force isn't working for you, you aren't using enough of it!"

link|flag
vote up 10 vote down

From the Tao of Programming:

A program should follow the `Law of Least Astonishment'. What is this law? It is simply that the program should always respond to the user in the way that astonishes him least.

link|flag
vote up 0 vote down

If I can't explain it to an 8 year old, don't code it yet.

link|flag
vote up 0 vote down

Not all problems are worth solving. Here's my estimate for that database app.....

And

If it's not in the spec, it's going to cost you extra, and it's going to be done later.

Or, as a friend of mine used to say,

"Okay, we can do that. What DON'T you want done?"

link|flag
vote up 0 vote down

It'll take two more weeks.

Just kidding. I'd guess I'd have to go with:
Be reliable.

link|flag
vote up 0 vote down

The code is the model, and the model is the code.

link|flag
vote up 0 vote down

If it's too hard you're probably doing it wrong.

link|flag
vote up 4 vote down

Premature optimization is the root of all evil.

link|flag
vote up 0 vote down

Any technology, no matter how primitive, is magic to those who don't understand it.

-Florence Ambrose

link|flag
vote up 0 vote down

Make something people want.

link|flag
vote up 0 vote down

COMPUTER POWER TO THE PEOPLE

DOWN WITH THE CYBER CRUD

Quote From: Ted Nelson, Computer Lib

link|flag
prev 1 4 5 6 7 8 12 next

Your Answer

Get an OpenID
or

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