Re: A small rant about coding style for backend functions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: A small rant about coding style for backend functions
Дата
Msg-id 20071107190515.GF21788@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: A small rant about coding style for backend functions  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark wrote:
> 
> "Brendan Jurd" <direvus@gmail.com> writes:
> 
> > They are clear, useful and easy to understand.
> >
> > [1] http://www.python.org/dev/peps/pep-0007/
> > [2] http://www.python.org/dev/peps/pep-0008/
> 
> I didn't look at the second but the first at least is a good example of a
> style guide which is *not* useful. It's dominated by discussions of
> white-space and other formatting issues.

Actually it is excellent guide because we use most of the same rules.

(PEP 8 is about code style for code written in Python)

-- 
Alvaro Herrera                        http://www.advogato.org/person/alvherre
"I'm always right, but sometimes I'm more right than other times."
(LinusTorvalds)
 


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Weird type selection choice
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Test lab