Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 921 Bytes

Naming Conventions

A Coding Standards and Naming Conventions to all programming language

Programming language

Contribution Guidelines

Folder naming

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

Translate

  • The default README file should be on English, 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.

License

The content of this repository is licensed under a Creative Commons Attribution License