Skip to content
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

Better:docs/rules/no-cond-assign #53

Open
DavidDong93 opened this issue Feb 12, 2016 · 6 comments
Open

Better:docs/rules/no-cond-assign #53

DavidDong93 opened this issue Feb 12, 2016 · 6 comments

Comments

@DavidDong93
Copy link

[docs/rules/no-cond-assign]
Rule Details
规则详情

@DavidDong93
Copy link
Author

This option makes it possible to use common patterns, such as reassigning a value in the condition of a while or do...while loop, without causing a warning.
这个选项下,用户可以进行普通操作不会引起警告。例如在 while 或 do...while 循环的条件中重新分配一个值。

@DavidDong93
Copy link
Author

All assignments are treated as problems
所有的赋值都会被视为是有问题的

@DavidDong93
Copy link
Author

Further Reading
延伸阅读

@DavidDong93
Copy link
Author

Version
版本

@DavidDong93
Copy link
Author

Resources
资源

@DavidDong93
Copy link
Author

请注意,Further Reading 和Resources 下面的内容译者没有翻译。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant