gitinspector icon indicating copy to clipboard operation
gitinspector copied to clipboard

Move comment and metric definitions out of the code

Open adam-waldenberg opened this issue 9 years ago • 0 comments

Specifically, the following;

comment.__comment_begining__
comment.__comment_end__
comment.__comment__
comment.__comment_markers_must_be_at_begining__

metrics.__metric_eloc__
metrics.__metric_cc_tokens__

These could be defined externally in a configuration directory. It would separate the the definitions out from the logic in the code and would make it easier to add additional language support.

adam-waldenberg avatar Nov 25 '15 15:11 adam-waldenberg