Is there a point in writing comments in code like this?
/// <Remarks>
/// Name of abc - public property.
/// </Remarks>
In visual studio, the intellisense has icons for each type of class member (field, property, etc), so I don't see the point of this. In my current shop we are only using Visual Studio anyway, which provides those icons.
Thanks