Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 14 of 14 total
Thread DB mgr editor suggestion
Sat, Apr 25 2009 4:05 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

When you do get into formatting SQL code can I put in a plea for making it user configurable (and yes I know its more difficult) because many of us have different programming styles. eg I for one hate, loath, and detest the Borland style.

Roy Lambert
Mon, Apr 27 2009 11:44 AMPermanent Link

"James Relyea"
>  I for one hate, loath, and detest the Borland style.


Hey Roy, what's a "Borland style"? I'm a VS guy so it's a curiosity thing on
my part.

Smile
jr

Mon, Apr 27 2009 1:21 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

James


The part of the style I particularly dislike is the hanging statement eg

if A < B then
DoSomething;

if A < B then
begin
DoSomething;
DoSomethingElse;
end
else
begin
DoThis;
DoThat;
end;

I much prefer the in line approach

if A < B then DoSomething;

for some unknown reason my eyes scan left to right and the need to wrap before the end of a statement jars.

Roy Lambert
Tue, Apr 28 2009 2:29 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< When you do get into formatting SQL code can I put in a plea for making
it user configurable (and yes I know its more difficult) because many of us
have different programming styles. eg I for one hate, loath, and detest the
Borland style. >>

If code-formatting does get added, it will most definitely be
user-configurable.

--
Tim Young
Elevate Software
www.elevatesoft.com

« Previous PagePage 2 of 2
Jump to Page:  1 2
Image