Comments - Do you enforce comments with check-ins?
Last updated by Brady Stroud [SSW] 7 months ago.See historyTeam Foundation Server is great, and one of its neat features is enforcing comments when checking in code. Without comments, some of the other built in features like History become redundant without comments.
You should have good comments... if you are struggling use Excuses For Lazy Coders :)
In Visual Studio 2013, to enforce this behaviour, you will need to:
Now the next time someone checks-in some code, they are forced to enter a comment.