-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
garray代码规范化 #1361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
garray代码规范化 #1361
Conversation
| } | ||
|
|
||
| // See New. | ||
| // NewArray See New. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请给定完整的描述。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我的意思是NewArray See New.这句注释不通顺,需要给定完整的方法说明,或者友好地提示开发者去哪里查看使用说明。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jroam 比如注释改为NewArray is alias of New, please see New. 都比NewArray See New要好,我是这个意思。
| } | ||
|
|
||
| // See PushRight. | ||
| // Append See PushRight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请给定完整的描述。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同第一处说明
| return false | ||
| } | ||
| return true | ||
| return a.array[i] > a.array[j] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a.array[i] >= a.array[j]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的,应该是>=
| } | ||
|
|
||
| // See PushRight. | ||
| // Append See PushRight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
请给定完整的描述。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同第一处描述
| } | ||
|
|
||
| // See New. | ||
| // NewArray See New. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我的意思是NewArray See New.这句注释不通顺,需要给定完整的方法说明,或者友好地提示开发者去哪里查看使用说明。
| } | ||
|
|
||
| // See New. | ||
| // NewArray See New. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jroam 比如注释改为NewArray is alias of New, please see New. 都比NewArray See New要好,我是这个意思。
Codecov Report
@@ Coverage Diff @@
## develop #1361 +/- ##
===========================================
- Coverage 70.78% 70.66% -0.12%
===========================================
Files 372 376 +4
Lines 32046 32228 +182
===========================================
+ Hits 22683 22774 +91
- Misses 7770 7840 +70
- Partials 1593 1614 +21
Continue to review full report at Codecov.
|
No description provided.