aserebryakov / you-debug-it

Vim plugin that helps to track your debug code

Home Page:http://www.vim.org/scripts/script.php?script_id=5363

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Debug code review functionality

aserebryakov opened this issue · comments

Motivation

Debugging code might be included into main program version. User should be able to review a code that was marked with YOU DEBUG IT tag.

Flow

Once user wants to commit code, he executes a command :YouDebugItReview. For each line tagged with YOU DEBUG IT tag user should be asked for action:

  • Delete line (Deletes current line)
  • Leave line (Deletes a tag)
  • Stop review