diff options
Diffstat (limited to 'gemfeed/2021-05-16-personal-bash-coding-style-guide.md')
| -rw-r--r-- | gemfeed/2021-05-16-personal-bash-coding-style-guide.md | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gemfeed/2021-05-16-personal-bash-coding-style-guide.md b/gemfeed/2021-05-16-personal-bash-coding-style-guide.md index 87f8ccb0..d2c0f050 100644 --- a/gemfeed/2021-05-16-personal-bash-coding-style-guide.md +++ b/gemfeed/2021-05-16-personal-bash-coding-style-guide.md @@ -2,6 +2,10 @@ > Published at 2021-05-16T14:51:57+01:00 +Lately, I have been polishing and writing a lot of Bash code. Not that I never wrote a lot of Bash, but now as I also looked through the Google Shell Style Guide, I thought it is time also to write my thoughts on that. I agree with that guide in most, but not in all points. + +[Google Shell Style Guide](https://google.github.io/styleguide/shellguide.html) + ``` .---------------------------. /,--..---..---..---..---..--. `. @@ -18,7 +22,6 @@ ## Table of Contents * [⇢ Personal Bash coding style guide](#personal-bash-coding-style-guide) -* [⇢ ⇢ Introduction](#introduction) * [⇢ ⇢ My modifications](#my-modifications) * [⇢ ⇢ ⇢ Shebang](#shebang) * [⇢ ⇢ ⇢ Two space soft-tabs indentation](#two-space-soft-tabs-indentation) @@ -37,12 +40,6 @@ * [⇢ ⇢ Use common sense and BE CONSISTENT.](#use-common-sense-and-be-consistent) * [⇢ ⇢ Advanced Bash learning pro tip](#advanced-bash-learning-pro-tip) -## Introduction - -Lately, I have been polishing and writing a lot of Bash code. Not that I never wrote a lot of Bash, but now as I also looked through the Google Shell Style Guide, I thought it is time also to write my thoughts on that. I agree with that guide in most, but not in all points. - -[Google Shell Style Guide](https://google.github.io/styleguide/shellguide.html) - ## My modifications These are my modifications to the Google Guide. |
