atom / language-todo

TODO highlighting package for Atom
Other
81 stars 66 forks source link

Add TESTME keyword to language-todo #78

Closed traviswaelbro closed 5 years ago

traviswaelbro commented 6 years ago

Requirements

Description of the Change

Add TESTME keyword to grammar as another todo keyword. Added to the README and snippets as well.

Alternate Designs

I feel like the TESTME keyword was something missing from the grammar. It works as a more specific call to future action specifically for marking a section as needing testing to be written.

Benefits

The TESTME keyword is a new keyword targeted towards improving test coverage, which seems that it should be tracked separate from a standard TODO or any of the other keywords currently present in language-todo.

Possible Drawbacks

It could be not universally useful and may be particularly dependent on the language being written.

Applicable Issues

None.