Ntechdevelopers
  • Overview
  • Roadmaps
  • Architectures
  • Design Pattern & Design Principle
  • Coding
    • Code Quality
      • Coding Convention
      • Git Conventions
      • Code Reviews
      • How to Effectively Code Review
      • Code Tips for Better Development
      • Snake Case vs Kebab Case vs Camel Case vs Pascal Case
    • API Materials
    • Data Materials
    • Performance Materials
    • Security Materials
    • How Thing Work
  • Testing
  • Developments
  • Decision Analysis and Resolution
  • ChatGPT Prompts
  • DotNet Tips
  • Generative AI
  • About me
Ntechdevelopers
  • Coding
  • Code Quality
  • Coding Convention
  • View page source

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

Previous Next

© Copyright 2023, Viet Nam.

Built with Sphinx using a theme provided by Read the Docs.