How to Improve Code by Editing

You want to improve your code, and you find some inspiration when you read something like the Editing Code and Stories post, but you want something more actionable.

Editing Checklist

Use this checklist to edit code when you revisit it after some time - a week or so, then a month or two. Apply at the file/component level (class, subsystem, whatever unit of encapsulation you might have).

Bonus Checklists

Steve McConnell has written quite a bit on software development, much of which has stood the test of time. Many of the checklists from Code Complete 2nd Edition have been collected by Matthew J. Miller and hosted here.

Happy editing!

Tags:  checklistcoding

Home