Are 'edited by' inline comments the norm in shops which use revision control?
- by Joshua Smith
The senior dev in our shop insists that whenever code is modified, the programmer responsible should add an inline comment stating what he did. These comments usually look like // YYYY-MM-DD <User ID> Added this IF block per bug 1234.
We use TFS for revision control, and it seems to me that comments of this sort are much more appropriate as…