Wednesday, August 25, 2010

Worthless Comments

/// <summary>Gets the foo</summary>
/// <param name="bar">the bar</param>
/// <returns>the foo</returns>
Foo GetFoo(Bar bar) {
...
}


I'm not saying I've never done it, but I usually end up deleting them later.

No comments: