A Coding Standards and Naming Conventions to all programming language
Here has some specification for its:
- The Folder's name should be the programming language name
- It should be on ASCII characters
- Couldn't have special characters
- Should be on the lower case
Example:
- csharp // Compliance
- c# // Non-Compliance
- The default
README
file should be onEnglish
, and for translate to another language, please use ISO 3166 Alpha-2 standard for the file name, example:
README.jp.md // Is in Japanese
- A new language for the language, should adding to the default
README
file.
The content of this repository is licensed under a Creative Commons Attribution License