Skip to content

Instantly share code, notes, and snippets.

@W-Mills
Last active July 10, 2019 16:09
Show Gist options
  • Save W-Mills/8c50e0402a173f3d015014943f5851fc to your computer and use it in GitHub Desktop.
Save W-Mills/8c50e0402a173f3d015014943f5851fc to your computer and use it in GitHub Desktop.
Ruby PEDAC Boilerplate Code Snippet for VSCode
{
"PEDAC": {
"scope": "ruby",
"prefix": "PEDAC",
"body": [
"=begin",
"Input: $1",
"Output: $2",
"\nProblem: \n\t- $3",
"\nClarifying Questions: \n\t- $4",
"\nData Structure: \n\t- $5",
"\nAlgorithm: \n\t- $6",
"*/ \n\n//Code:\n$7",
"\n//Test Cases: \n$8",
"=end",
],
"description": "PEDAC Boilerplate"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment