diff --git a/_slides/software_documentation.md b/_slides/software_documentation.md new file mode 100644 index 0000000..2066432 --- /dev/null +++ b/_slides/software_documentation.md @@ -0,0 +1,29 @@ +--- + +order: 200 + +--- + +## Software Documentation + +
Be sure that the README file for your code includes all the software versions, packages and libraries necessary to run your code
+Your code should also have intelligible inline comments, and that variables and functions have descriptive, human readable names
+