Re: PgJDBC: code reformat

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Kevin Wooten <kdubb(at)me(dot)com>, Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>, Markus KARG <markus(at)headcrashing(dot)eu>
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PgJDBC: code reformat
Date: 2015-12-27 15:30:11
Message-ID: CAB=Je-FEzqxq6BjG68hXQNYoZSPH8TGMVjjOAOTjQ57WongcXA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>I actually did NOT vote for "braces on new line". In fact I hate that style and always have opening braces on the SAME line

Markus, sorry for misreading your vote.

I've just opened
http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-142311.html#449
and it indeed suggests placing opening braces on the SAME line.

In other words, two major guidelines (Sun & Google) suggest using the
same style as pgdbc-ng does.
Coincidence? I do not think so :)

So, what if we borrow style from -ng project?

Kevin,
Thanks for Eclipse hint.

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Wooten 2015-12-27 15:31:40 Re: PgJDBC: code reformat
Previous Message Kevin Wooten 2015-12-27 15:20:29 Re: PgJDBC: code reformat