mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Refactor some code . #42

Closed anzhihun closed 10 years ago

anzhihun commented 10 years ago
  1. change new Array to []
  2. extract function initializeDefaultTags
  3. using "=== undefined" to judge undefined object
  4. filter before todos , not parse all files again.
mikaeljorhult commented 10 years ago

Great work!