H
Herfried K. Wagner [MVP]
* "Fergus Cooney said:So it is with C# and VB.
======================================
The standard formatting of braces in C# is
string foo()
{
Code at this level.
}
I <hate> it - for my eyes are used to
string foo()
{
Code at this level.
}
The former makes me feel very uncomfortable because my eyes can't parse it
as readily as the style I've been using for all these years.
ACK. One of our professors used this indentation style:
\\\
class Foo {
public void makeIt() {
doIt();
}
}
///
IMO really stupid because the eyes cannot parse it.
OT:
You always complain about my posts, so I will complain about your posts
too. In the usenet ">" is used to quote the text of the post you are
answering. Some newsreaders are able to parse the ">>>" at the
beginning of the lines and display them as vertical lines, the text is
sometimes displayed in different colors, depending on the quuting
depth.
When using non-standard quoting characters like "||" and large
indentations, the text will be "unreadable" with some newsreaders. My
newsreader, for example, displays the "||" as a smiley and is unable to
quote the text. I always have to remove the "||" and the indentation to
get it work...