Hi,
Most have ceartanly seen MS VS.NET code editor with Region support.
I haven't seen this featue non of the DataBase severs available today.
if
#region - Can be collapsed (collapsed by default)
-- Big procedure code here
#endregion
else
#region - Can be collapsed (collapsed by default)
-- Big procedure code here
#endregion
Many procedures are long near 1000 lines, code gets ugly and hard to read.
But if its's possible to group code to region sections, and is possible to
collapse/uncollapse code parts,
big procedures get nice.
Another thing, somewhere in help 'procedures are writen in c style' - why
there are nasty begin,end ... ?
Or is this syntax very dummy:
while(){
}
for(){
}
if(){
}
else{
}
try
{
}
catch{
}
Isn't code more readable with this style ?
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general