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

My motto is: Script it and go to sleep.

In other words, don't waste your time doing routine menial tasks (like renaming individual files in a directory) when you can automate the process and be more efficient.

As a corollary, I do like "keep it simple, stupid". Engineers and Programmers seem to take pride in over-complicating solutions.

link|flag
vote up 0 vote down

In the words of Mad-Eye Moody, "Constant Vigilance". You always need to stay on top of your game.

link|flag
vote up 1 vote down

"Rule Four: You can accomplish more with robots than you can with stress."

(from http://merovingian.livejournal.com/)

link|flag
vote up 2 vote down

Make it work. Make it work right. Make it work better.

In that order.

link|flag
vote up 0 vote down

git-r-done!

link|flag
vote up 0 vote down

Write your code as though it is to be submitted for marking.

link|flag
vote up 3 vote down

"Never let a programmer name anything!"

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

"Keep it simple stupid"

"Treat everything in life like a challenge"

link|flag
vote up 2 vote down

"Master one thing. Learn as much as possible about everything else"

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

We need to Adapt, Improvise and Overcome!

link|flag
vote up 0 vote down

"Have fun"

Although I think this from the favorite quotes question might be a little more fitting.

"It's morning already?"

link|flag
vote up 3 vote down

Keep It Simple Stupid, there's a quote that springs to mind when someone's getting all "clever" about their implementation of a feature, to paraphrase:

Debugging code is twice as hard as writing that code in the first place so if you're writing code approaching your technical limits then you're already too stupid to debug it.

Now I don't completely agree with that (as you can learn while you're debugging and thus improve to the level where you're ok) but it's always struck a chord with me.

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

"Bloody instructions which being taught return to plague their inventors" -- Machbet

link|flag
vote up 0 vote down

Write your code and documentation so that someone else can tell what you were thinking when you wrote the code. Often that "someone else" for whom you are documenting is yourself a year from now.

link|flag
vote up 2 vote down

Assume nothing!

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

Focus on the fundamentals and get something delivered.

link|flag
vote up 0 vote down

If it works, break it!

link|flag
vote up 4 vote down

"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein

link|flag
vote up 2 vote down

Perfection is when there's nothing left to remove.

link|flag
vote up 0 vote down

Learn, Unlearn, and Relearn

link|flag
vote up 1 vote down

"If you were accused of being a developer...would there be enough evidence to convict?"

link|flag
vote up 4 vote down

"To err is human, to really screw things up requires a computer."

"An error is not a mistake until you refuse to correct it."

link|flag
vote up 1 vote down

Everything should be as simple as possible - but no simpler. -- Albert Einstein

wikiquotes

link|flag
vote up 2 vote down

Do it once, do it right, never have to do it again.

link|flag
vote up 2 vote down
assert(ItWorks != ItIsCorrect);   # Ever

and

If you tell lies to your computer, years later, long after you've forgotten, it will tell tham back to you. So, never tell lies to your computer.

link|flag
vote up 2 vote down

Language is froth on the surface of thought

a John McCarthy quote

link|flag
vote up 0 vote down

Anything is possible given time, money and inclination

link|flag
vote up 2 vote down

"As simple as possible, but no simpler" -- Einstein (?) via Scott Myers

link|flag
vote up 2 vote down

Nothing is impossible - it just needs more time to implement.

link|flag
vote up 0 vote down

The second time you need to do something: automate it!

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

Your Answer

Get an OpenID
or

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