From 806e743870d5a0b08230a62fc1141ccc7ec5b5ca Mon Sep 17 00:00:00 2001 From: Frani Date: Mon, 7 Sep 2020 21:39:23 -0300 Subject: [PATCH] Updated Code Style Guide (markdown) --- Code-Style-Guide.md | 1 + 1 file changed, 1 insertion(+) 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:_