Created
October 22, 2015 19:00
-
-
Save akbiggs/7c08e9c7e5d61ea3daea to your computer and use it in GitHub Desktop.
File template for a C# class with date + username + docstring placeholder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$HEADER$namespace $NAMESPACE$ | |
{ | |
/// <summary> | |
/// PLEASE ADD DOCUMENTATION FOR THIS CLASS. | |
/// | |
/// Author: $AUTHOR$ | |
/// Date: $DATE$ | |
/// </summary> | |
public class $CLASS$ {$END$} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment