Re: Coding standards? Recommendations?

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: korry <korry(at)appx(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Coding standards? Recommendations?
Date: 2006-01-16 08:35:09
Message-ID: 1137400509.3180.142.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2006-01-15 at 11:14 -0500, korry wrote:
> I've noticed a variety of coding styles in the PostgreSQL source code. In
> particular, I see a mix of naming conventions. Some variables use camelCase
> (or CamelCase), others use under_score_style.

I just follow the style of the module I'm working in.

Best Regards, Simon Riggs

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joachim Wieland 2006-01-16 08:49:36 source documentation tool doxygen
Previous Message Simon Riggs 2006-01-16 08:32:15 Re: Large Scale Aggregation (HashAgg Enhancement)