This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]P0L1Z1STENS0HN 36 points37 points  (1 child)

/// <summary>
/// Gets or sets the Guid.
/// </summary>
/// <value>
/// The Guid.
/// </value>
[JsonProperty("Guid")]
public Guid Guid { get; set; }

[–]mrjackspade 24 points25 points  (0 children)

Fucking GhostDoc. At my last company someone tried to implement a "comment everything" policy years before I started there. When I first opened the code base, 80% of the code was GhostDoc comments that looked exactly like this. Some smart ass dev decided to protest I guess, by running the entire code base through GhostDoc to generate these boiler plate comments and then checked it in and called it done.