On Tue, Feb 26, 2013 at 1:13 PM, Bertrand Delacretaz <[email protected]
> wrote:

> On Tue, Feb 26, 2013 at 1:24 AM, Rupert Westenthaler
> <[email protected]> wrote:
> > ...this reminds me that I would like to modify the Stanbol code
> > conventions to avoid all things like
> >
> >     public void testMethod(String param1
> >                                       String param2
> > and use
> >     public void testMethod(String param1
> >             String param2
> > instead....
>
> you mean just changing the indentation? Does anyone really care about
> this? I don't.
>
I'm also in favour of a relaxed approach. To have some coding guidelines to
configure the IDE is fine but at the end it's the programmer to decide how
the code is best readable.

What I like about checkstyle is that it's tied to maven and allows thus the
rules to be set on a per-project basis so netbeans may have other styling
rules depending on the project.

Cheers,
Reto

Reply via email to