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

Meetings with people who aren't developers are seldom useful, but it does get me out the office

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
vote up 1 vote down
10 KILL HUMAN
20 GOTO 10
link|flag
vote up 6 vote down

"How does this help the user to kick ass?" - Kathy Sierra

link|flag
vote up 0 vote down

Wisdom begins in wonder.

link|flag
vote up -4 vote down

Put your best foot forward and give it 110%

that's my ten cent's

link|flag
vote up 2 vote down

"Listen to your fear."

One of the hardest lessons I've had to learn is that if there's something I'm avoiding looking at, or something I'm half-afraid to look at, then that's almost certainly the part that is misdesigned, miscoded, or most likely to require changes later on.

In this case fear isn't the mind-killer. It's more like the smoke alarm.

link|flag
vote up 1 vote down

If it is to be it is up to me.

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

Progress before perfection.

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

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

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

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

link|flag
vote up 1 vote down

As soon as you write a line of code, it is in maintenance mode.

link|flag
vote up 0 vote down

"Good enough never is".

link|flag
vote up 0 vote down

Think Ahead. Learn More. Solve Now!

link|flag
vote up 0 vote down

Think bigger, code better, finish faster.

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

Reach the spec, scale to the unexpected.

link|flag
vote up 0 vote down

Work smart, not hard.

(yet another variation of "keep it simple")

link|flag
vote up 1 vote down

I wanna change the world, but they won't give me the source code.

link|flag
vote up 0 vote down

Computer systems... cradle to grave.

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

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

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

"Start out stupid, and work up from there." -- Bruce Henderson

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

persistence is the mother of perceived simplicity…

link|flag
vote up 1 vote down

The first step to becoming a good programmer is to admit that you're not.

link|flag
vote up 1 vote down

Beautiful is better than ugly.

link|flag
vote up 1 vote down

"Be your own client"

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.