On Thu, 03 Nov 2011 20:48:50 +0100, Sanne Grinovero
wrote:
> I'm used to methods formatting like this in the code:
>
> gridDialect.removeAssociation( getCollectionMetadataKey() );
+1 Like Sanne is saying, this is what most of the code base uses, so stick
to it!
> it's also what is mandate
Hi all,
I'm used to methods formatting like this in the code:
gridDialect.removeAssociation( getCollectionMetadataKey() );
but some code is increasingly being written as
gridDialect.removeAssociation(getCollectionMetadataKey());
All options are fine for me, but can we pick one and stick to