Skip to content

Instantly share code, notes, and snippets.

@akbiggs
Created October 22, 2015 19:00
Show Gist options
  • Save akbiggs/7c08e9c7e5d61ea3daea to your computer and use it in GitHub Desktop.
Save akbiggs/7c08e9c7e5d61ea3daea to your computer and use it in GitHub Desktop.
File template for a C# class with date + username + docstring placeholder
$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