Re: Straw poll - naming conventions
From: Andrew Rybenkov (arybenkov_at_hotmail.com)
Date: 03/05/04
- Next message: Dennis Landi: "Re: Straw poll - naming conventions"
- Previous message: Kristofer Skaug: "Re: Core Constituency (and other ramblings)"
- In reply to: Julian Maisano: "Re: Straw poll - naming conventions"
- Next in thread: Dennis Landi: "Re: Straw poll - naming conventions"
- Reply: Dennis Landi: "Re: Straw poll - naming conventions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 5 Mar 2004 16:14:28 +0300
> 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.
-- Andrew Rybenkov.
- Next message: Dennis Landi: "Re: Straw poll - naming conventions"
- Previous message: Kristofer Skaug: "Re: Core Constituency (and other ramblings)"
- In reply to: Julian Maisano: "Re: Straw poll - naming conventions"
- Next in thread: Dennis Landi: "Re: Straw poll - naming conventions"
- Reply: Dennis Landi: "Re: Straw poll - naming conventions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|