'What is the best comment in source code you have ever encountered?'
inky:
Some of my favourites:
/// <summary> /// Class used to work around Richard being a fucking idiot /// </summary> /// <remarks> /// The point of this is to work around his poor design so that paging will /// work on a mobile control. The main problem is the BindCompany() method, /// which he hoped would be able to do everything. I hope he dies. /// </remarks> public abstract class RichardIsAFuckingIdiotControl ...# code below replaces code above - any problems? # yeah, it doesn't fucking work.// sometimes I believe compiler ignores all my comments