Re: Should we remove -Wdeclaration-after-statement? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Should we remove -Wdeclaration-after-statement?
Date
Msg-id 20240129203850.fw7ht2yjiusmsgjy@awork3.anarazel.de
Whole thread Raw
In response to Re: Should we remove -Wdeclaration-after-statement?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Should we remove -Wdeclaration-after-statement?
List pgsql-hackers
Hi,

On 2024-01-29 15:01:06 -0500, Robert Haas wrote:
> And it still baffles me why we allow everyone to pick their own system for
> capitalizing identifiers out of a hat, without even insisting on consistency
> from one end of the same identifier to the other.

Yes. Please. I hate some capitalization/underscore styles, but I hate spending
time feeling out which capitalization style I should use so much more.  Let's
at least define some minimal naming guidelines for new code.

Personally I like under_score_style for functions and variables and CamelCase
for types.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: UUID v7
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: meson + libpq_pipeline