diff --git a/SC2012.md b/SC2012.md new file mode 100644 index 0000000..4a7e188 --- /dev/null +++ b/SC2012.md @@ -0,0 +1,17 @@ +# Use find instead of ls to better handle non-alphanumeric filenames. + +## Problematic code: + +TODO + +## Correct code: + +TODO + +## Rationale + +TODO + +### Exceptions + +TODO