On Sat, 31 Jan 2004, Gary Gregory wrote: > Hi Stephen, > > Well I guess we'll just agree to disagree ;-)
Perhaps, but a veto is still a veto. Also, given that you're using Eclipse, is really doesn't matter what order the methods are in, because you can navigate to them so easily anyway. -- Martin Cooper > > >From my POV the simplest layout is best, the one that required my (small) > brain the least cycles to figure out, which to me is AB, rather than paging > up and down and - god forbid - think. > > Good point WRT deltas b/w versions as far as raw text but would not JDiff > handle such cases? > > Gary > > > -----Original Message----- > > From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > > Sent: Saturday, January 31, 2004 01:57 > > To: Jakarta Commons Developers List > > Subject: Re: cvs commit: jakarta- > > commons/lang/src/java/org/apache/commons/lang ArrayUtils.java > > > > -1 > > An arbitrary layout based on the alphabet is unsuitable. A related methods > > together is much better. Hashcode should be near Equals. Contains should > > be > > near IndexOf and LastIndexOf.. > > > > Also, this change makes it impossible to determine what really changed > > between versions. I want 2.0 of lang and 3.0 of collections to represent > > that fresh start where they are actively maintained (added to/bug fixes), > > rather than actively developed (refactored/added to/bug fixes). > > > > Stephen > > > > > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, January 30, 2004 2:12 AM > > Subject: cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang > > ArrayUtils.java > > > > > > > ggregory 2004/01/29 18:12:22 > > > > > > Modified: lang/src/java/org/apache/commons/lang ArrayUtils.java > > > Log: > > > Sort members (Eclipse defaults). > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
