Skip to Content.
Sympa Menu

freetds - Re: Coding style document

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James K. Lowden <jklowden AT speakeasy.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Coding style document
  • Date: Thu, 13 Jun 2002 22:00:41 -0400


On Thu, 13 Jun 2002 12:34:49 -0400 "Brian Bruns" <camber AT ais.org> wrote:

> Ack, spoke too fast...of course I'd open the book to the one place they
> did this...it is of course for (i=0; i < x; i++) {
>
> fixed in the doc...i'll repost.

Looking forward to it. The whitespace was the only thing I could find to
yank your chain with. ;)

You didn't mention "else":

if (foo) {
...
} else {
...
}
or
if (foo) {
...
}
else {
...
}

For years I used the second form, but I'm getting used to the first....

Regards,

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page