Sometimes there are elaborate discussions about a subject, and while finally developing the program, you want to refer to a mail ... but then people still continue mailing about the subject, so the mail chain continues.
How do you refer to a particular mail in the comment of the source code?
There are two obvious ways:
- Something like
Ref. mail from [email protected], title "Something very long" on February 30 1970 at 13:12 PM:-) - Use the message-ID of the mail (I've found one like
AM9P194MB94111DCB13CB9FAEC6F0Q488F6BD9@AM9J594MB1411.EUR164.PROD.OUTLOOK.COM)
The first way is very human readable, but might cause doubt.
The second way is very clear, but useless (I tried to use the message-ID to find a mail in my MS-Outlook inbox, and that didn't work).
Does anybody know a correct and humanly usable way to refer to an e-mail in source code comments? Or is the answer "This question is the exact reason why never to use e-mail references in source code comments."?