show/hide this revision's text 3 tried to clarify my point by revising "helpfull" edits, that weren't

Always assume that some poor schmuck will have to maintain your code.

  • keep it simple,
  • easy to understand,
  • segmented in manageable and logical chunks

Remember, you might be the schmuck that has to maintain the code, give yourself a break, not shortcuts, take no "shortcuts", dont use "clever" side effects, avoid cryptic variables, no unrelated commentscomments...

show/hide this revision's text 2 added 1 characters in body

Allways

Always assume that some poor schmuck will have to maintain your code.

  • keep it simple,
  • easy to understand,
  • segmented in manageable and logical chunckschunks

Remember, you might be the schmuck that has to maintian maintain the code, give yourself a break, not shortcuts, "clever" side effects, cryptic variables, unrelated comments.

show/hide this revision's text 1

Allways assume that some poor schmuck will have to maintain your code.

  • keep simple,
  • easy to understand,
  • segmented in manageable and logical chuncks

Remember, you might be the schmuck that has to maintian the code, give yourself a break, not shortcuts, "clever" side effects, cryptic variables, unrelated comments.

    Post Made Community Wiki by Community