| From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pgindent completed |
| Date: | 2001-03-22 09:54:05 |
| Message-ID: | 20010322105405.B28708@ara.zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote:
> I have finished pgindent. We also had many old comments of the format:
>
> /* ------
> * comment
> * ------
> */
>
> These are now the more concise:
>
> /*
> * comment
> */
Hmm, intereting. What is bad on the "old" format? IMHO it's more synoptical
for example before function, where a comment must be good visible for fast
file browsing. Inside functions I agree with more brief version.
I have macro for this in my editor, update it? :-)
Karel
--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marko Kreen | 2001-03-22 10:02:09 | Re: Call for platforms |
| Previous Message | Giles Lean | 2001-03-22 09:08:37 | Call for platforms |