On 5/14/07, Gilles Scokart <[EMAIL PROTECTED]> wrote:
Is there any coding covention used in ivy? The sources I have seen seems to use the sun conventions (curly braces on the same line than the class, function, if, for...). I also seen in some classes the use of _ for the class fields. Is it a coding conventions that should be followed, or is it just a something used in some classes?
Yes, the coding conventions usually used is sun conventions except for the _ to prefix private attributes. The problem is that it's isn't followed everywhere, probably because I was sometimes too lazy to fix the coding conventions of some submitted patches. I think it would be better if we follow these conventions. Xavier --
Gilles SCOKART
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/
