[hibernate-dev] Code style and whitespaces
Hardy Ferentschik
hardy at hibernate.org
Wed Jul 3 08:59:14 EDT 2013
On 3 Jan 2013, at 2:52 PM, Steve Ebersole <steve at hibernate.org> wrote:
> Well you assume it is consistent, which I agree is the important point it determining whether to make this a rule. So let's examine that...
>
> Would you also agree that this is better:
>
> private void doIt (String it) { ... }
>
> than:
>
> private void doIt ( String it ) { ... }
>
> ?
>
> Which ruleset should catch statements belong?
I hate when you blast my arguments ;-)
Anyways, as a matter of taste I'd prefer spaces for the catch clause.
--Hardy
More information about the hibernate-dev
mailing list