Open4
〝Coding conventions〟を知って美しいコードを書こう💪
List of coding standards
Coding conventions for languages
公式のものを特に抜粋。
- C++: C++ Core Guidelines
- C: CERT C Coding Standard
- C#: Common C# Coding Conventions | Microsoft Learn
- Dart: The Dart Style Guide
- Perl: perlstyle - Perl style guide - Perldoc Browser
- PHP: Manual :: Coding Standards
Coding conventions for projects
- Apache Developers' C Language Style Guide
- GNU Coding Standards - GNU Project - Free Software Foundation
- Linux kernel coding style — The Linux Kernel documentation
- Coding style — Firefox Source Docs documentation
- Development style guides | GitLab
- OpenBSD Kernel source file style guide (KNF)
- Style guides for Google-originated open-source projects
- The NetBSD source code style guide
- Cookpad's coding style guides
言語別のページはこちらの方が網羅的で最新で悲しみ。
団体・法人・コミュニティ主導
- Apache Developers' C Language Style Guide
- GNU Coding Standards - GNU Project - Free Software Foundation
- Linux kernel coding style — The Linux Kernel documentation
- Coding style — Firefox Source Docs documentation
- Development style guides | GitLab
- OpenBSD Kernel source file style guide (KNF)
- Style guides for Google-originated open-source projects
- The NetBSD source code style guide
- Cookpad's coding style guides
- .NET Runtime (docs/coding-guidelines)
- uber-go/guide: The Uber Go Style Guide.
- LLVM Coding Standards
- Guidelines for styling code examples - The MDN Web Docs project | MDN