From 55397051cc3b5ab85ae3a7a69a95cf7910a2dd45 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 1 Oct 2017 18:11:15 +0200 Subject: [PATCH] add bash style guide to clean code section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b8e141..87cfb21 100644 --- a/README.md +++ b/README.md @@ -1365,6 +1365,8 @@ I just want to centralize my findings and bookmarks in a central location, and s * [JS: The Right Way](http://jstherightway.org/) - JavaScript and its best practices * [EditorConfig](http://editorconfig.org/) - EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs * [Sylvain Soliman's Den](https://lifeware.inria.fr/~soliman/post/prolog_guidelines/) - Prolog programming guidelines +* [GNU](http://www.gnu.org/software/autoconf/manual/autoconf.html#Portable-Shell) - Portable Shell Programming +* [bahamas10/bash-style-guide](https://github.com/bahamas10/bash-style-guide) - Bash Style Guide : A style guide for writing safe, predictable, and portable bash scripts (not sh!) ## Database * [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring