Re: Straw poll - naming conventions
From: Dennis Landi ([none][at][none][dot][com])
Date: 03/05/04
- Next message: K. Sallee: "Re: TeamB, Borland, admit obvious"
- Previous message: Andrew Rybenkov: "Re: Straw poll - naming conventions"
- In reply to: Andrew Rybenkov: "Re: Straw poll - naming conventions"
- Next in thread: Hrvoje Brozovic: "Re: Straw poll - naming conventions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 5 Mar 2004 08:13:13 -0500
"Andrew Rybenkov" <arybenkov@hotmail.com> wrote in message
news:40487dbc@newsgroups.borland.com...
> > if Condition
> > then begin
> > (only one line here? I write the "ifs" this way though.)
> > end
> > else begin
> >
> > end;
>
> mine ifs are:
>
> if ... then begin
> end
> else
> if ... then begin
> end
> ...
> else
> if ... then begin
> end;
>
> I hate Borland's way to write else clause.
>
All my "begins" start on a new line for universal consistency.
- Next message: K. Sallee: "Re: TeamB, Borland, admit obvious"
- Previous message: Andrew Rybenkov: "Re: Straw poll - naming conventions"
- In reply to: Andrew Rybenkov: "Re: Straw poll - naming conventions"
- Next in thread: Hrvoje Brozovic: "Re: Straw poll - naming conventions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|