[prev] [index] [next]

Golden Rules

The two most important aspects of programming style:
  • consistency
    • I'll recognize it quicker if it looks the same next time I see it
  • clarity
    • someone is eventually going to have to read your code
Other factors contributing to understandability:
  • choice of names
  • system design/structure