瀏覽代碼

Update CODE_STYLE.md (#1842)

Add: Interface names should have a capital I prefix.
Andrew B Coathup 6 年之前
父節點
當前提交
e869b37d0b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      CODE_STYLE.md

+ 6 - 0
CODE_STYLE.md

@@ -61,3 +61,9 @@ Any exception or additions specific to our project are documented below.
 
   Some standards (e.g. ERC20) use present tense, and in those cases the
   standard specification prevails.
+  
+* Interface names should have a capital I prefix.
+
+    ```
+    interface IERC777 {
+    ```