Re: driver source code indentation

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: driver source code indentation
Дата
Msg-id 47afptgrc59ltlso5ogs29i8r0m07ulkp4@4ax.com
обсуждение исходный текст
Ответ на Re: driver source code indentation  ("Dave Cramer" <Dave@micro-automation.net>)
Список pgsql-jdbc
On Thu, 6 Sep 2001 07:06:29 -0400, you wrote:
>Public int foo(int x,int y){
>    x=y;
>}
>
>Turns into
>
>Public int foo( int x, int y )
>{
>    x = y;
>}
>
>
>I find this easier to read.

I agree. This is my preference as well in Java.

Regards,
René Pijlman <rene@lab.applinet.nl>

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: driver source code indentation
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: driver source code indentation