From b8acf1d6dc7610cdd9898c665daea207edbf7188 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 29 Aug 2016 17:39:56 +0200 Subject: [PATCH] Updated coding style --- CODING_STYLE.TXT | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CODING_STYLE.TXT b/CODING_STYLE.TXT index 12e4c89..08e229c 100644 --- a/CODING_STYLE.TXT +++ b/CODING_STYLE.TXT @@ -1,4 +1,4 @@ -Coding style used for my bash projects (v2.3 Sep 2016) +Coding style used for my bash projects (v2.4 Sep 2016) ++++++ Header @@ -55,6 +55,8 @@ Example: EXEC_TIME All environment variables (verbose, silent, debug, etc) have prefix _ and are full upercase, separated by _ Example: _PARANOIA_DEBUG +Exec time variables that can take boolean values should use true and false instead of 1 and 0. + ++++++ Functions All function names should begin with an uppercase letter for every word, the other letters should be lowercase