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

Today it's: RED/GREEN/REFACTOR

link|flag
vote up 0 vote down

Software - The logical form of art.

link|flag
vote up 0 vote down

Nothing is idiot proof, to a sufficiently motivated idiot.

link|flag
vote up 2 vote down

"Use the source Luke...."

link|flag
vote up 11 vote down

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

link|flag
1  
Any sufficiently advanced magic is indistinguishable from programming. – Apocalisp Sep 18 '08 at 1:17
1  
Any sufficiently reliable magic is indistinguishable from science. – Matthew Scouten Sep 18 '08 at 20:47
6  
Technology that can be distinguished from magic is insufficiently advanced. – Sherm Pendley Oct 22 '08 at 2:50
show 1 more comment
vote up 0 vote down

Avoid duplicate code at all costs.

link|flag
vote up 0 vote down

Don't fit the problem to technology, find the proper technology to solve the problem.

link|flag
vote up 0 vote down

Help stamp out bravery. What have you forgotten. -- from Rendezvous with Rama, Arthur C. Clarke

Real artists ship. -- Steve Jobs

link|flag
vote up 0 vote down

Same as for my physics work: Hack the Universe.

link|flag
vote up 0 vote down

Comment why the code is there. Indent properly and consistently. Follow naming conventions. Don't write the same thing more then once. Have a sandwich.

link|flag
vote up 1 vote down

"I don't fix problems. I work around problems."

link|flag
vote up 1 vote down

"Under-sell, over-deliver"

link|flag
vote up 1 vote down

Codito ergo sum

link|flag
vote up 0 vote down

if time is running short, make sure the code is working no matter how messy it is.

link|flag
vote up 2 vote down

What are you doing wrong with our bug-free product?

link|flag
vote up 2 vote down

There has to be a better way to do this...

Most normally followed by... No whammies... no whammies... no whammies... COMPILED!

link|flag
vote up 1 vote down

"Software should meet the user on their terms, not the other way around."

And my favorite for making big, technical decisions... "What could possibly go wrong?"

link|flag
vote up 0 vote down

Don't Repeat Yourself

link|flag
vote up 0 vote down

Ego-free development.

link|flag
vote up 1 vote down

Don't ship crap.

link|flag
vote up 12 vote down

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

link|flag
vote up 2 vote down

Save Early, Save Often, Dont check-in till its reviewed.

link|flag
vote up 0 vote down

"No coffee, No workee"

"If you can't understand the code, you probably shouldn't be modifying it."

"It compiles. Ship it."

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

"Good code reads like documentation". From the Agile Manifesto, I think.

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

Code it and they will come...

link|flag
vote up 0 vote down

To serve and to protect.

also:

If I'm not making mistakes, then I'm not trying hard enough.

link|flag
vote up 1 vote down

Slow down, get it in writing, and it's never too late to test one more time.

link|flag
vote up 0 vote down

"If you didn't learn anything today, you weren't paying attention!"

link|flag
vote up 0 vote down

It's not a bug it's an undocumented feature :-)

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.