Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 462 Bytes

naming.md

File metadata and controls

17 lines (10 loc) · 462 Bytes

Naming Style Guide

Filenames

  1. First rule: Follow the rules of programming language community(Rust, Python, JavaScript, Shell, Solidity)
  2. Second rule: Follow the google-style

命名风格指南

文件名称

  1. 第一原则: 使用各个编程语言社区的规范(Rust, Python, JavaScript, Shell, Solidity)
  2. 第二原则: 与 google-style 保持一致