From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.winalski@gmail.com (Paul Winalski) Date: Wed, 21 Mar 2018 16:13:42 -0400 Subject: [TUHS] daemons are not to be exorcised In-Reply-To: References: <20180321141753.25C4418C088@mercury.lcs.mit.edu> <6c6699c0-15db-604a-181c-7dad282599e1@kilonet.net> Message-ID: Regarding comments, when I'm modifying code to fix a bug I find it useful to insert a comment that references the bug's number in the bug tracking system. It can help answer the question "why is this code here?" for someone reading the code later on, and sometimes it can prevent regressions being introduced. To bring this back to Unix, how well have the various commenting principles we've been discussing been adhered to in the code base? -Paul W.