E
Ed Debrot
Nothing drives me crazier than having to look at someone's code where the
indentation is sloppy. Some lines are indented 2 spaces, others 10 spaces.
Sometimes there's 10 blank lines between lines of code, others times there's
none. Sometimes there are spaces around boolean operators, sometimes not.
Slopy, sloppy, sloppy! I try to get people to be neat and consistant, but it
doesn't help. Call me anal but I think neat code is a sign or organization
and pride in what you're coding. Is there any utility (maybe already in the
SDK) that can make pretty an existing C# module?
thanks!
indentation is sloppy. Some lines are indented 2 spaces, others 10 spaces.
Sometimes there's 10 blank lines between lines of code, others times there's
none. Sometimes there are spaces around boolean operators, sometimes not.
Slopy, sloppy, sloppy! I try to get people to be neat and consistant, but it
doesn't help. Call me anal but I think neat code is a sign or organization
and pride in what you're coding. Is there any utility (maybe already in the
SDK) that can make pretty an existing C# module?
thanks!