vote up 40 vote down
star
17

Title says it all... Mine is "Never stop learning"... :)

flag
add / show 1 more comment

302 Answers

1 2 3 4 5 11 next
vote up 99 vote down

Keep it simple.

link|flag
1 
Ive always rememberd this as "The KISS method" : "Keep it simple, stupid" – Neil N Feb 13 at 20:20
add / show 2 more comments
vote up 66 vote down

"It works on my Machine!"

link|flag
2 
I guess that means we have to ship your machine ... – Jason Sundram Oct 21 at 7:45
add / show 4 more comments
vote up 54 vote down

Compiling

link|flag
add / show 3 more comments
vote up 47 vote down

Programming is like sex. One mistake and you have to support it the rest of your life.

link|flag
3 
This is kind of offensive. – lubos hasko Sep 23 at 13:12
3 
something offensive? on the internets?? – Zach Sep 25 at 3:44
2 
It's not the 's' word that can be considered offensive, it's that (some) children are considered mistakes. Fortunately it's not a crime to abandon unwanted software projects ;-) – Outlaw Programmer Feb 13 at 21:02
add / show 3 more comments
vote up 41 vote down

A good programmer always looks both ways before crossing a one-way street.

link|flag
2 
particularly true in that the most dangerous car on the road would be one coming the wrong way down a one-way street – ChrisHDog Oct 22 at 2:57
add / show 6 more comments
vote up 32 vote down

My job is not to program. My job is to provide business value. I happen to do that by programming sometimes. More frequently, I do it by not programming.

link|flag
4 
Screw business value, my job is to have fun. I have fun by programming. If it weren't fun, I'd be doing something else. – ephemient Oct 30 at 19:12
add / show 7 more comments
vote up 32 vote down

when writing software, imagine that the person who has to maintain it is a violent psychopath who knows your address.

Keep everything clear, obvious and as self-documenting as possible.

link|flag
add / show 1 more comment
vote up 31 vote down

Mine is: "There must be a simpler way to do this..."

link|flag
add comment
vote up 27 vote down

Make it run, make it right, make it fast. My dad told me this the first day I started programming. I still have to remind myself sometimes. Make it run, because it's too easy to take counsel of your fears and spin off into AbstractDesignLand. Make it right, because there lies the joy of software. Make it fast so people can use it, but don't make any performance-related decision until you have solid evidence.

link|flag
add comment
vote up 25 vote down

Write. Less. Code.

link|flag
add comment
vote up 25 vote down

If you aren't proud of it, it isn't good enough.

link|flag
add / show 1 more comment
vote up 19 vote down

Red, Green, Refactor

link|flag
add / show 1 more comment
vote up 15 vote down

“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.” —Antoine De Saint-Exupery

link|flag
2 
Deleting code makes me really, really happy. – jedidja Sep 17 at 16:31
add comment
vote up 14 vote down

Keep it simple stupid

link|flag
add comment
vote up 12 vote down

When in doubt Google it StackOverflow it

link|flag
add comment
vote up 12 vote down

Laziness, Impatience, Hubris

link|flag
add comment
vote up 12 vote down

Failure is not an option; it comes bundled with the software.

link|flag
add comment
vote up 11 vote down

Never ever underestimate the stupidity of the user!

link|flag
add comment
vote up 10 vote down

Nothing is complicated!
Complicated = a bunch of simple things mixed together.
Break it down.
Then make it simple.

This goes with steve.off.myopenid.com's answer.

link|flag
add comment
vote up 9 vote down

"Any sufficiently advanced technology is indistinguishable from magic." -Arthur C. Clarke

link|flag
add / show 3 more comments
vote up 8 vote down

"High cohesion, low coupling"

link|flag
add comment
vote up 8 vote down

two things

1: Learn something new everyday. A new command, new switch for cmd, new concept, new word.

2: Hope for the best, plan for the worst. Try to evaluate all the ways your code could fail and immediately begin testing with boundary conditions and bad input values.

link|flag
add comment
vote up 8 vote down

If you think education/training is expensive, try ignorance!

link|flag
add comment
vote up 7 vote down

Never solve hard problems.

Divide hard problems into simple ones, and solve those.

link|flag
add comment
vote up 6 vote down

"If you need a motto, you're doing it wrong."

Not a dig at the person who posed the question on here, it was asked offline at my old work place a while ago and with the suggestion that "all good developers have a motto" I replied with the above. Good developers tend to have sound-bites that are bandied around, as they tend to be good at being succinct. I tend to avoid mottos.

link|flag
add comment
vote up 6 vote down

Suck less :-)

link|flag
add comment
vote up 6 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
add / show 1 more comment
vote up 6 vote down

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

link|flag
add comment
vote up 5 vote down

"Code as if somebody else needs to understand your code."

and

"Do no evil!"

link|flag
add / show 1 more comment
vote up 5 vote down

Oh shit, I broke the build again. D:

link|flag
add / show 1 more comment
1 2 3 4 5 11 next

Your Answer

Get an OpenID
or

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