Skip to content
Snippets Groups Projects
Commit 5a71b395 authored by AlexStocks's avatar AlexStocks
Browse files

Add: log/comment rule

parent deb9ea14
No related branches found
No related tags found
No related merge requests found
......@@ -28,4 +28,14 @@ The title format of the pull request `MUST` follow the following rules:
### 3.1 log
> 1 when logging the function's input parameter, you should add '@' before input parameter name.
>- 1 when logging the function's input parameter, you should add '@' before input parameter name.
### 3.2 naming
>- 1 do not use an underscore in package name, such as `filter_impl`.
>- 2 do not use an underscore in constants, such as `DUBBO_PROTOCOL`. use 'DubboProtocol' instead.
### 3.3 comment
>- 1 there should be comment for every export func/var.
>- 2 the comment should begin with function name/var name.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment