Hi, On Thu, Aug 13, 2009 at 5:40 PM, David Caruana<[email protected]> wrote: > Quick question... are there any Apache guidelines for coding conventions?
No, each project sets their own coding conventions. Most of the Java projects at Apache tend to stick pretty close to the standard Java conventions which makes it easier to migrate code between projects, but that's no fixed rule. Another pretty widely adopted convention is to use spaces instead of tabs for indentation. That makes cooperation easier as everyone will see the code indented in the same way regardless of their tab settings. BR, Jukka Zitting
