vote up 32 vote down star
51

I have been working on a list for a while that helps me share the why of programming approach and thought as much as how to do something.

For this, I wanted to build a list of things that are:

  • best practice,
  • best thought,
  • best approach...

that help a programmers ability to analyze, think, approach, solve and implement in the most effective way.

I have seen dozens of incredibly valuable comments in questions throughout SO but I couldn't find a place where we keep them together. There is the most controversial opinion on SO, however I'm just looking for sagely insights that can be shared and help my team and I approach and solve problems better through better programming.

Hopefully this can be one place to gather the one or two liners that are concise, profound and easy to share, repeat, review. If we keep it to one rule per answer it might be easiest to vote up/down.

I'll start with the first.

DRY - Don't Repeat Yourself - In code, comments or documentation.

EDIT: This is now a community wiki. Appreciate the flood of answers!

flag
show 11 more comments

65 Answers

prev 1 2 3
vote up 1 vote down

Design patterns are your friends

Make sure to keep a copy of the Gang Of Four book lying around somewhere as a reference.

link|flag
vote up 42 vote down

Code does not exist until entered into a versioning system

link|flag
vote up 3 vote down

Convention over Configuration

Especially where conventions are strong and some flexibility can be sacrificed

link|flag
vote up 45 vote down

Always leave the code a little better than when you found it.

link|flag
show 4 more comments
vote up 5 vote down

Publish Early, Publish Often

link|flag
show 2 more comments
prev 1 2 3

Your Answer

Get an OpenID
or

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