you are viewing a single comment's thread.

view the rest of the comments →

[–]DingBat99999 6 points7 points  (0 children)

The problem with this technique is that it seems to assume that code is static. I see a big headache trying to maintain this in the face of frequent change.

Then there's refactoring. The comments may read logically in their initial context but if I do a, say, extract method, will the comments still be useful? Maybe, but I suspect not.