Re: driver source code indentation

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: driver source code indentation
Дата
Msg-id 20010904152523.A27124@rice.edu
обсуждение исходный текст
Ответ на Re: driver source code indentation  (Barry Lind <barry@xythos.com>)
Список pgsql-jdbc
On Tue, Sep 04, 2001 at 12:43:21PM -0700, Barry Lind wrote:
<snip>

> I am OK with the style used for the C code.  However I would like the
> following additional step done for the java code:  replace all tabs with
> spaces.


Oh noooooo! Barry's stumbled over the tripwire of the Tab/Spaces flamewar trap!
Everyone duck!

More seriously, this was actually voted on some time ago. (Check the HACKERS
archives) Since the JDBC source is well segregated from the rest of the
tree, it can have a different style, but if you want to adopt the 'standard'
style, I'd suggest going all the way.

In the other hand, since you'll need to use a different tool to maintain the
style (unless Bruce update his pgident to handle java ...) it'll never be
completely the same, anyway. I'd image that the core developers will go with
whatever the JDBC maintainers want.


Ross

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Liam Stewart
Дата:
Сообщение: Re: driver source code indentation
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Patch for jdbc2 ResultSet.java