|
|
|
|
|
by cryptonector
2915 days ago
|
|
Suppose there was a text-based format for mixing code/patch and commentary, and that this format lent itself well to processing in such ways as: - merge/collate commentary (from many emails, say)
- display source with collapsed/collapsable commentary
- track commentary accepted/rejected/extant/addressed status
- track commentary metadata (who, when)
Would that address your comment / needs?I mean, I use GUI/web-y code review tools because I find them much easier to use than email, but only because the problem they solve is: keeping track of all commentary. Collating comments (and status) from many emails is a time-consuming chore -- I hate it, and it's the only reason I don't want to do code review over email, but it's the only reason I have for not wanting to do code review over email. If we can solve this problem, then I'd be ecstatic to do code review over email. |
|