Title says it all... Mine is "Never stop learning"... :)
|
34
|
|||||
|
|
|
"Be Prepared!" Anything can happen when you program executes, sanity check all user input. |
|||
|
|
|
|
I've done it before and it should be somewhere here... |
|||
|
|
|
|
If it's stupid and it works, it's not stupid. Programming is art, not mathematics. |
|||
|
|
|
|
"Nothing is impossible in software." It's helped me think around some stubborn problems and inital thoughts of "it can't be done", "it's impossible", etc. |
||||
|
|
|
Never solve hard problems. Divide hard problems into simple ones, and solve those. |
|||
|
|
|
|
It's not a bug it's an undocumented feature :-) |
|||
|
|
|
|
"If you didn't learn anything today, you weren't paying attention!" |
|||
|
|
|
|
Slow down, get it in writing, and it's never too late to test one more time. |
|||
|
|
|
|
To serve and to protect. also: If I'm not making mistakes, then I'm not trying hard enough. |
|||
|
|
|
|
Code it and they will come... |
|||
|
|
|
|
"Good code reads like documentation". From the Agile Manifesto, I think. |
|||
|
|
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. |
|||
|
|
|
|
"No coffee, No workee" "If you can't understand the code, you probably shouldn't be modifying it." "It compiles. Ship it." |
|||
|
|
|
|
Save Early, Save Often, Dont check-in till its reviewed. |
|||
|
|
|
|
If you think education/training is expensive, try ignorance! |
|||
|
|
|
|
Don't ship crap. |
|||
|
|
|
|
Ego-free development. |
|||
|
|
|
|
Don't Repeat Yourself |
|||
|
|
|
|
"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?" |
|||
|
|
|
|
There has to be a better way to do this... Most normally followed by... No whammies... no whammies... no whammies... COMPILED! |
|||
|
|
|
|
What are you doing wrong with our bug-free product? |
|||
|
|
|
|
if time is running short, make sure the code is working no matter how messy it is. |
|||
|
|
|
|
Codito ergo sum |
|||
|
|
|
|
"Under-sell, over-deliver" |
|||
|
|
|
|
"I don't fix problems. I work around problems." |
|||
|
|
|
|
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. |
|||
|
|
|
|
Same as for my physics work: Hack the Universe. |
|||
|
|
|
|
Help stamp out bravery. What have you forgotten. -- from Rendezvous with Rama, Arthur C. Clarke Real artists ship. -- Steve Jobs |
|||
|
|
|
|
Don't fit the problem to technology, find the proper technology to solve the problem. |
|||
|
|
|
|
Avoid duplicate code at all costs. |
|||
|
|
