Re: [RESULTS] Code Style Guidelines

2006-11-17 Thread Adam Lally
Are there Eclipse configuration options necessary to meet any of these winners? One step ahead of you. See our podling web site. :) -Adam

Re: [RESULTS] Code Style Guidelines

2006-11-17 Thread eddie_epstein
> And the winners are... > > Braces: { > Looks like I'm outvoted on this one. > } > > Indentation: 2 spaces. No tabs! > > Member Variables: before methods > > Line Length: 100 (Preferred indent after wrapping: 8 spces) > > Imports: do not use package imports (e.g. import org.uima.*). order >

[RESULTS] Code Style Guidelines

2006-11-17 Thread Adam Lally
And the winners are... Braces: { Looks like I'm outvoted on this one. } Indentation: 2 spaces. No tabs! Member Variables: before methods Line Length: 100 (Preferred indent after wrapping: 8 spces) Imports: do not use package imports (e.g. import org.uima.*). order imports alphabetically