WTF

Been a while since I've had one of these but here we go...

public DataObject MethodX(Guid requestGuid, bool returnError)
{
    Thread.Sleep(1000); // <Person who has left>: Temporary Fix for this build as discussed
    return MethodXList(requestGuid, returnError);
}

My favourite part, I now know he's discussed this with somebody else. So its prefectly valid to go round the entire dev team and ask if this code makes any sense to anyone.

Comments are closed