in reply to Re^2: Slightly Off Topic: vim/perl comment behavior
in thread Slightly Off Topic: vim/perl comment behavior

>why would anyone want their comment to the far left no matter >what? Is there some common commenting idiom I am missing? Usually, programmers do their programming with intermediate checks, by commenting the checks and removing them when they wish to check the code.This will be tiresome if some one want to search for the # symbols some where inside the code, So It becomes kind of an easy,rule to keep the comments at the beginning of the line. Best Vasundhar
  • Comment on Re^3: Slightly Off Topic: vim/perl comment behavior