Created Template (markdown)

koalaman
2013-11-14 11:26:13 -08:00
parent 668f5e9d8f
commit a8c6bdc742

17
Template.md Normal file

@@ -0,0 +1,17 @@
# (Message goes here)
### Problematic code:
(Simple example of problematic code)
### Correct code:
(Simple example of above code, only fixed)
### Rationale:
(An explanation of why the code is problematic and how the correct code is an improvement)
### Contraindications
(Cases where the user may choose to ignore this warning, if any.)