Hi,
The organization I work with, a large Indian outsourcing company, enforces documentation of code review comments. The rationale is that this gives the team insight into the quality of code development and also understanding of the patterns of the problems encountered. This is checked during the regular project audits that we have.
The problem is that it takes a lot of effort and time to document the comments and track them to closure, especially for a complex project that has various layers like client/Web services and database.
How does this fit with the principles of Agile methodology? What is your experience and opinion?