diff --git a/Code-Style-Guide.md b/Code-Style-Guide.md index 15793ff..2feb9c2 100644 --- a/Code-Style-Guide.md +++ b/Code-Style-Guide.md @@ -59,6 +59,7 @@ command1 \ command1 | command2 ``` +### Use environment variables When possible, use environment variables instead of shelling out to a command. ##### _Bad:_