Coding Convention =================================== ✍️ **1. Coding convention by google** - C++: https://google.github.io/styleguide/cppguide.html - C#: https://google.github.io/styleguide/csharp-style.html - Swift: https://google.github.io/swift/ - Objective-C: https://google.github.io/styleguide/objcguide.html - Java: https://google.github.io/styleguide/javaguide.html - Python: https://google.github.io/styleguide/pyguide.html - R: https://google.github.io/styleguide/Rguide.html - Shell: https://google.github.io/styleguide/shellguide.html - HTML/CSS: https://google.github.io/styleguide/htmlcssguide.html - JavaScript: https://google.github.io/styleguide/jsguide.html - TypeScript: https://google.github.io/styleguide/tsguide.html - AngularJS: https://google.github.io/styleguide/angularjs-google-style.html - Lisp: https://google.github.io/styleguide/lispguide.xml - Vim script: https://google.github.io/styleguide/vimscriptguide.xml ✍️ **2. Coding convention by sonar** - C++: https://rules.sonarsource.com/cpp - C#: https://rules.sonarsource.com/csharp - Swift: https://rules.sonarsource.com/swift - Objective-C: https://rules.sonarsource.com/objective-c - Java: https://rules.sonarsource.com/java - Python: https://rules.sonarsource.com/python - Ruby: https://rules.sonarsource.com/ruby - HTML/CSS: https://rules.sonarsource.com/html - JavaScript: https://rules.sonarsource.com/javascript - TypeScript: https://rules.sonarsource.com/typescript - PHP: https://rules.sonarsource.com/php