Title says it all... Mine is "Never stop learning"... :)
|
4
|
|
|
comments (1)
|
|
|
Keep it simple. |
|||
|
|
"It works on my Machine!" |
|||
|
|
|
|||
|
|
Programming is like sex. One mistake and you have to support it the rest of your life. |
|||
|
|
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. |
|||
|
|
Write. Less. Code. |
|||
|
|
Mine is: "There must be a simpler way to do this..." |
|||
|
|
A good programmer always looks both ways before crossing a one-way street. |
|||
|
|
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. |
|||
|
|
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. |
|||
|
|
Red, Green, Refactor |
|||
|
|
If you aren't proud of it, it isn't good enough. |
|||
|
|
Keep it simple stupid |
|||
|
|
When in doubt |
|||
|
|
“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 |
|||
|
|
Nothing is complicated! |
|||
|
|
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. |
|||
|
|
"Any sufficiently advanced technology is indistinguishable from magic." -Arthur C. Clarke |
|||
|
|
"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. |
|||
|
|
If you think education/training is expensive, try ignorance! |
|||
|
|
Failure is not an option; it comes bundled with the software. |
|||
|
|
Never ever underestimate the stupidity of the user! |
|||
|
|
"If Brute Force isn't working for you, you aren't using enough of it!" |
|||
|
|
Suck less :-) |
|||
|
|
Don't fix it if its' ain't broken |
|||
|
|
Never solve hard problems. Divide hard problems into simple ones, and solve those. |
|||
|
|
"Code as if somebody else needs to understand your code." and "Do no evil!" |
|||
|
|
Oh shit, I broke the build again. D: |
|||



