Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Correia-jpv/fucking-awesome-guidelines

A curated list of high quality coding style conventions and standards. With repository stars⭐ and forks🍴
https://github.com/Correia-jpv/fucking-awesome-guidelines

List: fucking-awesome-guidelines

awesome awesome- awesome-list code-conventions code-quality coding-conventions guidelines naming naming-conventions style-conventions style-guide

Last synced: about 1 month ago
JSON representation

A curated list of high quality coding style conventions and standards. With repository stars⭐ and forks🍴

Awesome Lists containing this project

README

        


Awesome Guidelines

# Awesome Guidelines [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)

A set of guidelines for a specific programming language that recommend programming style, practices, and methods for each aspect of a program written in that language.

## Contents

- [Programming Languages](#programming-languages)
- [Development Environment](#development-environment)
- [Platforms](#platforms)
- [Frameworks](#frameworks)
- [Content Management System](#content-management-system)
- [Tools](#tools)
- [Contributors](#contributors)

## Programming Languages

### Brainfuck

- 🌎 [BF Style Guide](codepen.io/renmans/full/JjdJPpW)

### C

- 🌎 [C Coding Standard](users.ece.cmu.edu/~eno/coding/CCodingStandard.html)
- 🌎 [C Programming/Structure and style](en.wikibooks.org/wiki/C_Programming/Structure_and_style)
- 🌎 [Making The Best Use of C](www.gnu.org/prep/standards/html_node/Writing-C.html) - This chapter provides advice on how best to use the C language when writing GNU software.

### C#

- 🌎 [C# Coding Conventions](learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions)
-    491⭐    113🍴 [C# Style Guide](https://github.com/kodecocodes/c-sharp-style-guide))
- [C# Coding Standards and Naming Conventions](http://www.dofactory.com/reference/csharp-coding-standards)

### C++

- 🌎 [Google C++ Style Guide](google.github.io/styleguide/cppguide.html)
- [C++ Core Guidelines](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) - A set of tried-and-true guidelines, rules, and best practices about coding in C++.
- 🌎 [LLVM C++ Coding Standards](llvm.org/docs/CodingStandards.html)
- 🌎 [Mozilla C++ Coding style](firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_cpp.html)
- 🌎 [Chromium C++ style guide](chromium.googlesource.com/chromium/src/+/HEAD/styleguide/c++/c++.md)
- 🌎 [Webkit C++ Code Style Guidelines](webkit.org/code-style-guidelines/)
- 🌎 [NASA C++ Coding Standards and Style Guide](ntrs.nasa.gov/api/citations/20080039927/downloads/20080039927.pdf)
- 🌎 [OceanBase C++ Coding Standards](oceanbase.github.io/oceanbase/coding_standard.html)

### Clojure

-   3992⭐    279🍴 [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)) - A community coding style guide for the Clojure programming language.

### Common Lisp

- [Style Guide](http://lisp-lang.org/style-guide/)
- 🌎 [Google Common Lisp Style Guide](google.github.io/styleguide/lispguide.xml)
- [Common Lisp Style Guide](http://labs.ariel-networks.com/cl-style-guide.html)

### D

- 🌎 [The D Style](dlang.org/dstyle.html) - A set of style conventions for writing D programs.

### Dart

- 🌎 [Effective Dart](dart.dev/effective-dart)

### Delphi

- 🌎 [Delphi's Object Pascal Style Guide](docwiki.embarcadero.com/RADStudio/Alexandria/en/Delphi%E2%80%99s_Object_Pascal_Style_Guide)

### Elixir

-   4334⭐    299🍴 [Elixir Styleguide](https://github.com/christopheradams/elixir_style_guide))

### Elm

- [Elm style guide](http://elm-lang.org/docs/style-guide)

### Emacs Lisp

-   1433⭐     92🍴 [Elisp Guide](https://github.com/chrisdone/elisp-guide))
-   1072⭐     53🍴 [Emacs Lisp Style Guide](https://github.com/bbatsov/emacs-lisp-style-guide))

### Erlang

- [Programming Rules and Conventions](http://www.erlang.se/doc/programming_rules.shtml)
-    619⭐    122🍴 [Erlang Coding Guidelines](https://github.com/inaka/erlang_guidelines))

### F#

- 🌎 [The F# Component Design Guidelines](learn.microsoft.com/en-us/dotnet/fsharp/style-guide/component-design-guidelines)

### Fortran

- [Fortran 90 Standards](http://research.metoffice.gov.uk/research/nwp/numerical/fortran90/f90_standards.html) - European Standards For Writing and Documenting Exchangeable Fortran 90 Code.
- 🌎 [Fortran Best Practices](fortran-lang.org/en/learn/best_practices/) - Style guide and best practices for modern Fortran programs.

### Go

- 🌎 [Effective Go](go.dev/doc/effective_go)
-  47802⭐   5008🍴 [Go Standard Project Layout](https://github.com/golang-standards/project-layout)) - Basic layout for Go applications.
- 🌎 [Google Go Style Guide](google.github.io/styleguide/go) - Google's coding standards for source code in Go.
-  15593⭐   1698🍴 [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)) - Patterns and conventions used in Go code at Uber.

### Groovy

- [Apache Groovy style guide](http://groovy-lang.org/style-guide.html)

### Haskell

- 🌎 [Haskell Programming guidelines](wiki.haskell.org/Programming_guidelines)

### Java

- [Code Conventions for the Java™ Programming Language](http://www.oracle.com/technetwork/java/codeconvtoc-136057.html)
- 🌎 [Google Java Style Guide](google.github.io/styleguide/javaguide.html) - Google's coding standards for source code in the Java™ Programming Language.
- [Java Programming Style Guide](http://javaranch.com/style.jsp)
- 🌎 [Alibaba-Java-Coding-Guidelines](alibaba.github.io/Alibaba-Java-Coding-Guidelines/) - A guide for Java developers.

### JavaScript

-   4975⭐    652🍴 [AngularJS Style Guide](https://github.com/mgechev/angularjs-style-guide)) - Community-driven set of best practices for AngularJS application development.
- [JavaScript The Right Way](http://jstherightway.org) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
- 🌎 [Google JavaScript Style Guide](google.github.io/styleguide/jsguide.html) - This document serves as the complete definition of Google's coding standards for source code in the JavaScript programming language.
- 144209⭐  26402🍴 [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)) - A mostly reasonable approach to JavaScript.
- [jQuery Core Style Guide](http://contribute.jquery.org/style-guide/js/)
- 🌎 [JavaScript Style Guides And Beautifiers](addyosmani.com/blog/javascript-style-guides-and-beautifiers/)
- 🌎 [JavaScript Style Guide and Coding Conventions](www.w3schools.com/js/js_conventions.asp)
- [Code Conventions for the JavaScript](http://crockford.com/javascript/code.html)
-  90963⭐  12196🍴 [JavaScript Clean Code](https://github.com/ryanmcdermott/clean-code-javascript)) - Software engineering principles, from Robert C. Martin's book 🌎 [Clean Code](www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882), adapted for JavaScript.
- 🌎 [Mozilla Coding Style Guide for JavaScript](developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide/JavaScript)

### JSON

- 🌎 [Google JSON Style Guide](google.github.io/styleguide/jsoncstyleguide.xml)

### Julia

-    481⭐     34🍴 [Blue Style](https://github.com/JuliaDiff/BlueStyle))

### Kotlin

- 🌎 [Coding Conventions](kotlinlang.org/docs/coding-conventions.html)

### Lua

- [Lua Style Guide](http://lua-users.org/wiki/LuaStyleGuide)

### Markdown

-  37087⭐  13287🍴 [Google Markdown Style Guide](https://github.com/google/styleguide/blob/gh-pages/docguide/style.md)) - Style guide for Google-originated projects using Markdown.
- [Markdown Style Guide](http://www.cirosantilli.com/markdown-style-guide/)
- 🌎 [GitLab Markdown Style Guide](about.gitlab.com/handbook/markdown-guide/) - Markdown Style Guide for about.GitLab.com.

### .NET

-   3068⭐    430🍴 [.NET Standard](https://github.com/dotnet/standard))
- 🌎 [.NET Secure Coding Guidelines](learn.microsoft.com/en-us/dotnet/standard/security/secure-coding-guidelines)
- 🌎 [.NET Naming Guidelines](learn.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines)

### Nim

- 🌎 [Nim Style Guide](nim-lang.org/docs/nep1.html)

### Objective-C

-   1676⭐    313🍴 [Objective-C Style guide](https://github.com/github/objective-c-style-guide)) - Style guide & coding conventions for Objective-C projects.
-  37087⭐  13287🍴 [Google Objective-C Style Guide](https://github.com/google/styleguide/blob/gh-pages/objcguide.md))
-   5851⭐   1261🍴 [NYTimes Objective-C Style Guide](https://github.com/NYTimes/objective-c-style-guide)) - The Objective-C Style Guide used by The New York Times.

### Pascal

- [Coding style](http://wiki.freepascal.org/Coding_style)
- 🌎 [GNU Pascal Coding Standards](edoras.sdsu.edu/doc/gpcs-en.html) - GNU Pascal standards used by GNU Pascal project.

### Perl

- 🌎 [Perl best practices v4](www.slideshare.net/RandalSchwartz/perl-best-practices-v4) - Slides by Randal Schwartz, based on the book by Damian Conway.
- [Perl Elements to Avoid](http://perl-begin.org/tutorials/bad-elements/) - A list of unrecommended practices, and what to do instead.
- 🌎 [perlstyle](perldoc.perl.org/perlstyle)

### PHP

- [PHP FIG](http://www.php-fig.org/psr/) - PHP Standards Recommendations.
- [PHP The Right Way](http://www.phptherightway.com) - An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web.
-  12226⭐   2273🍴 [Clean Code PHP](https://github.com/piotrplenik/clean-code-php)) - Clean Code concepts adapted for PHP.

### Python

- 🌎 [Style Guide for Python Code](peps.python.org/pep-0008/)
- 🌎 [Google Python Style Guide](google.github.io/styleguide/pyguide.html)
- 🌎 [The Hitchhiker's Guide to Python](docs.python-guide.org/) - Highly regarded Python best practices guide.

### R

- 🌎 [Google's R Style Guide](google.github.io/styleguide/Rguide.html)
- [The tidyverse style guide](http://style.tidyverse.org)

### Racket

- [How to Program Racket: a Style Guide](http://docs.racket-lang.org/style/index.html)

### Ruby

- 🌎 [The Ruby Style Guide](rubystyle.guide) - A community-driven Ruby coding style guide.
-   3821⭐    758🍴 [Ruby Style Guide](https://github.com/airbnb/ruby)) - Airbnb's Ruby Style Guide.
-  16436⭐   3406🍴 [Ruby Style Guide](https://github.com/rubocop/ruby-style-guide)) - A community-driven Ruby coding style guide.

### Rust

-  95875⭐  12355🍴 [Rust Style Guide](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src))
- [Rust Guidelines](http://aturon.github.io)
- 🌎 [Rust API Guidelines](rust-lang.github.io/api-guidelines/)

### Scala

- 🌎 [Effective Scala](twitter.github.io/effectivescala/)
- [Scala Style Guide](http://docs.scala-lang.org/style/)
-   2728⭐    578🍴 [Databricks Scala Guide](https://github.com/databricks/scala-style-guide)) - Databricks Scala Coding Style Guide.
-   4389⭐    622🍴 [Scala Best Practices](https://github.com/alexandru/scala-best-practices))

### Solidity

- 🌎 [Solidity Style Guide](docs.soliditylang.org/en/latest/style-guide.html)
-   2009⭐    261🍴 [Solcurity Standard](https://github.com/transmissions11/solcurity))

### Swift

- 🌎 [API Design Guidelines](www.swift.org/documentation/api-design-guidelines/)
-   4775⭐    566🍴 [Swift](https://github.com/github/swift-style-guide)) - GitHub Official Swift style and conventions.
-  13075⭐   2151🍴 [Swift style guide](https://github.com/kodecocodes/swift-style-guide))
-   1429⭐    195🍴 [Swift Style Guide](https://github.com/linkedin/swift-style-guide)) - LinkedIn Official Swift Style Guide.
-      0⭐      0🍴 [Metova's Swift style guide](https://github.com/metova/swift-style-guide))
-     46⭐      7🍴 [Xmartlabs Swift Style Guide](https://github.com/xmartlabs/Swift-Style-Guide)) - Swift language style guide & coding conventions followed by Xmartlabs.

### TypeScript

- 🌎 [Google TypeScript Style Guide](google.github.io/styleguide/tsguide.html) - TypeScript Style Guide used at Google's.
- 🌎 [Typescript deep dive - Style Guide](basarat.gitbook.io/typescript/styleguide) - An unofficial TypeScript Style Guide.
- 🌎 [Typescript Lang - Do's and Don'ts](www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html) - Suggestions from Typescript Lang organization.

### Visual Basic

- [Visual Basic Concepts]()
- 🌎 [Visual Basic/Coding Standards](en.wikibooks.org/wiki/Visual_Basic/Coding_Standards)

### XML

- 🌎 [Google XML Document Format Style Guide](google.github.io/styleguide/xmlstyle.html)

## Development Environment

### Shell

- 🌎 [Shell Style Guide](google.github.io/styleguide/shellguide.html)

### Git

-   5080⭐    421🍴 [Git Style Guide](https://github.com/agis/git-style-guide))
-  51405⭐  25395🍴 [Few Rules from Git Documentation](https://github.com/git/git/blob/master/Documentation/CodingGuidelines))

### PowerShell

-   2190⭐    288🍴 [The PowerShell Best Practices and Style Guide](https://github.com/PoshCode/PowerShellPracticeAndStyle)) - The Unofficial PowerShell Best Practices and Style Guide.

## Platforms

### Android

-   5049⭐   1399🍴 [Android Guidelines](https://github.com/ribot/android-guidelines)) - Architecture and code guidelines we use at ribot when developing for Android.
-      7⭐      6🍴 [Xmartlabs Android Style Guide](https://github.com/xmartlabs/Android-Style-Guide)) - Style guide for Android by Xmartlabs.

### Apache

- [Apache Developers' C Language Style Guide](http://httpd.apache.org/dev/styleguide.html)

### API

- [HAL](http://stateless.co/hal_specification.html) - A simple format that gives a consistent and easy way to hyperlink between resources in your API.
-  22621⭐   2704🍴 [Microsoft REST API Guidelines](https://github.com/Microsoft/api-guidelines)) - The Microsoft REST API Guidelines.
- [JSON API - Recommendations](http://jsonapi.org/recommendations) - This section contains recommendations for JSON API implementations.
-  22280⭐   2574🍴 [API Security Checklist](https://github.com/shieldfy/API-Security-Checklist)) - Checklist of the most important security countermeasures when designing, testing, and releasing your API.
- 🌎 [Google Cloud API Design Guide](cloud.google.com/apis/design) - A general design guide for networked APIs provided by Google.

### Arduino

- 🌎 [Arduino style guide](www.arduino.cc/)
- 🌎 [API Style Guide for Arduino](docs.arduino.cc/learn/contributions/arduino-library-style-guide/)

### Frontend Development

- 🌎 [CSS Guidelines](cssguidelin.es) - High-level advice and guidelines for writing sane, manageable, scalable CSS.
-   8286⭐    658🍴 [Frontend Guidelines](https://github.com/bendc/frontend-guidelines)) - Some HTML, CSS and JS best practices.
- 🌎 [Sass Guidelines](sass-guidelin.es) - An opinionated styleguide for writing sane, maintainable and scalable Sass.
-   6906⭐   1408🍴 [Airbnb CSS / Sass Styleguide](https://github.com/airbnb/css)) - A mostly reasonable approach to CSS and Sass.
-     38⭐      6🍴 [HTML Style Guide](https://github.com/marcobiedermann/html-style-guide)) - A style guide which helps you write better, performant, structured, scalable and maintainable HTML.
- [HTML + CSS Code Guide](http://codeguide.co) - Standards for flexible, durable, and sustainable HTML and CSS.
- 🌎 [U.S. Web Design Standards](designsystem.digital.gov/) - Open source UI components and visual style guide for U.S. government websites.
-   1637⭐    273🍴 [CoffeeScript Style Guide](https://github.com/polarmobile/coffeescript-style-guide)) - A collection of best-practices and coding conventions for the CoffeeScript programming language.
- 🌎 [LESS Coding Guidelines](gist.github.com/fat/a47b882eb5f84293c4ed)
- 🌎 [Google HTML/CSS Style Guide](google.github.io/styleguide/htmlcssguide.html)
- 🌎 [Guidelines for Responsive Web Design](www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/)
- 🌎 [Yelp Styleguide](www.yelp.com/styleguide)
-  68216⭐   6385🍴 [Front-End Checklist](https://github.com/thedaviddias/Front-End-Checklist))
- 🌎 [BEM - Block Element Modifier](getbem.com/) - A methodology that helps you to create reusable components and code sharing in front‑end development.

### GNU

- 🌎 [GNU coding standards](www.gnu.org/prep/standards/)

### Java

-    389⭐     71🍴 [JavaEE Specification](https://github.com/javaee/javaee-spec))

### Linux

- 🌎 [Linux kernel coding style](www.kernel.org/doc/html/latest/process/coding-style.html)

### Mailchimp

- 🌎 [Mailchimp Content Style Guide](styleguide.mailchimp.com)

### Mozilla

- 🌎 [Mozilla Coding Style Guide](developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide)

### Google

- 🌎 [Google-related developer documentation](developers.google.com/style) - This style guide provides editorial guidelines for writing clear and consistent Google-related developer documentation.

### Node.js

-   2492⭐    279🍴 [Microsoft + Node.js Guidelines](https://github.com/Microsoft/nodejs-guidelines))
-   4993⭐    913🍴 [Node.js Style Guide](https://github.com/felixge/node-style-guide)) - A guide for styling your Node.js / JavaScript code.

### MongoDB

-     88⭐     12🍴 [Mongo Style Guide](https://github.com/jsoendermann/MongoStyleGuide))

### SQL

- 🌎 [SQL Style Guide](www.sqlstyle.guide)

### Other

- [Keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/) - Don't let your friends dump git logs into CHANGELOGs™.
-  29350⭐   3226🍴 [Project Guidelines](https://github.com/elsewhencode/project-guidelines)) - A set of best practices for JavaScript projects.
- [Semantic Versioning](http://semver.org)
- 🌎 [Indent style](en.wikipedia.org/wiki/Indentation_style)
- 🌎 [WebAppSec/Secure Coding Guidelines](wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines)
- 🌎 [Robot Framework User Guide](robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html)
-    116⭐     48🍴 [CodeQL Coding Standards](https://github.com/github/codeql-coding-standards))

## Frameworks

- 🌎 [Symfony Coding Standards](symfony.com/doc/current/contributing/code/standards.html)
- 🌎 [Django Coding Style](docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style)
- 🌎 [Vue Style Guide](vuejs.org/style-guide)
- 🌎 [Angular Style Guide](angular.io/guide/styleguide)

## Content Management System

- 🌎 [WordPress Coding Standards](developer.wordpress.org/coding-standards/wordpress-coding-standards/)
- 🌎 [Drupal Coding Standards](www.drupal.org/docs/develop/standards)
- 🌎 [Magento Coding Standards](developer.adobe.com/commerce/php/coding-standards/)
- 🌎 [Octobercms Developer Guide](octobercms.com/help/guidelines/developer)

## Tools

-   8255⭐   3640🍴 [Checkstyle](https://github.com/checkstyle/checkstyle)) - Tool for checking Java source code for adherence to a Code Standard or set of validation rules.
-   7706⭐    716🍴 [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog))
-   1420⭐     79🍴 [EasyCodingStandard](https://github.com/easy-coding-standard/easy-coding-standard)) - The Easiest Way to Use Any Coding Standard.
- 🌎 [ESLint](eslint.org/) - The pluggable linting utility for JavaScript and JSX.
- 🌎 [JavaScript Standard Style](standardjs.com) - One JavaScript Style to Rule Them All.
- 🌎 [Laravel Pint](laravel.com/docs/11.x/pint) - An opinionated PHP code style fixer for minimalists.
- [North](http://pointnorth.io) - Design and development standards to align and guide your project.
-  10648⭐   1479🍴 [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)) - The tool for detecting and fixing the violations of the specified standards in PHP code.
- 🌎 [PHP Coding Standards Fixer](cs.symfony.com) - The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards.
- 🌎 [RuboCop](rubocop.org) - A Ruby static code analyzer and formatter, based on the community Ruby style guide.
-  20340⭐   1654🍴 [semantic-release](https://github.com/semantic-release/semantic-release))

## Contributors

Contributions welcome. Please read the [contribution guidelines](contributing.md) before contributing.

### Code Contributors

This project exists thanks to all the people who contribute.

🌎 [Contribute on opencollective.com](opencollective.com/awesome-guidelines/contribute).

## Source
  9679⭐    590🍴 [Kristories/awesome-guidelines](https://github.com/Kristories/awesome-guidelines))