On Wed, 2004-05-19 at 04:58, Maczka Michal wrote:
> Jason!
> 
> I have a question regarding the coding style you are using.
>  
> I thought that you are consequently using this style of putting braces:
> "( expression )"
> But to my surprise I can see that you are doing:
> 
> >   -        artifactResolver = ( ArtifactResolver ) lookup(
> ArtifactResolver.ROLE ); (me)
> >   +        artifactResolver = (ArtifactResolver) lookup(
> ArtifactResolver.ROLE );   (you)
> 
> 
> 
> With IDEA 4 it is possible to export your coding style to the file. The same
> can be done with Eclipse.
> Will it be possible to put your coding style definition file into some
> location which is publicly available. 
> I can do the same thing for eclipse and then we can try to make them as
> similar as possible and share those
> definitions among all developers.

And there's checkstyle as well. I wonder if one will one day try to make
all these configs uniform or at least provide a common coding style
format that one can export to the different tool's config....

That would really help the community.

Jerome


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to