javaweb-people
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Javaweb-people] So are we agreed?


From: Bryce McKinlay
Subject: Re: [Javaweb-people] So are we agreed?
Date: Fri, 01 Feb 2002 12:15:59 +1300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221

Brian Jones wrote:

Nic Ferrier <address@hidden> writes:

I think that our code style for Java looks like this:


class X
 extends Y
 implements Z


This is the only part that looks funky to me.  It's clearly readable
but I don't think any of our code uses it.


I would prefer

class X extends Y implement Z

because

a) Its what everything already uses
b) Its rare for a class name and supertype list to be so long that it needs to be split onto multiple lines.

Other than that I think this looks fine.

regards

Bryce.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]