Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 78814 invoked from network); 13 Oct 2009 12:57:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 12:57:34 -0000 Received: (qmail 45297 invoked by uid 500); 13 Oct 2009 12:57:34 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 45222 invoked by uid 500); 13 Oct 2009 12:57:33 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 45211 invoked by uid 99); 13 Oct 2009 12:57:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 12:57:33 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 195.212.29.139 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.139] (HELO mtagate6.uk.ibm.com) (195.212.29.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 12:57:22 +0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate6.uk.ibm.com (8.14.3/8.13.8) with ESMTP id n9DCukPd815904 for ; Tue, 13 Oct 2009 12:56:51 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n9DCuaYO2928832 for ; Tue, 13 Oct 2009 13:56:36 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9DCuZon011470 for ; Tue, 13 Oct 2009 13:56:35 +0100 Received: from anaheim.local (sig-9-145-192-107.de.ibm.com [9.145.192.107]) by d06av04.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n9DCuZs5011462 for ; Tue, 13 Oct 2009 13:56:35 +0100 Message-Id: <200910131256.n9DCuZs5011462@d06av04.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-18) with nmh-1.3 In-reply-to: <4AD432B3.2040302@gmail.com> References: <380-220091011222307515@earthlink.net> <25aac9fc0910121703t4854f5d4t115aa34940d54f5f@mail.gmail.com> <4AD432B3.2040302@gmail.com> Comments: In-reply-to Tim Ellison message dated "Tue, 13 Oct 2009 08:56:35 +0100." From: Mark Hindess To: dev@harmony.apache.org Subject: Re: [general] Remove @author tags from code (HARMONY-6348) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Oct 2009 13:56:35 +0100 X-Virus-Checked: Checked by ClamAV on apache.org In message <4AD432B3.2040302@gmail.com>, Tim Ellison writes: > > On 13/Oct/2009 01:03, sebb wrote: > > The problem with @author tags in code is that they can very quickly > > get out of date. > > After a few years of edits, how much of the original code is left? > > Have the tags been kept up to date? Does it really make sense to have > > recognition in the source code? > > > > Seems to me it's better to have a "contributors" page, for example as in: > > > > http://commons.apache.org/email/team-list.html > > > > Much easier to manage - and better visibility too. > > Didn't we just talk about this a few weeks ago? > > http://markmail.org/thread/2vx6kp5gacfge2y5 Yes. I am still doing this as a "background" task. It is less trivial than I first thought though. I hope to "complete" the task in a few weeks. -Mark.