-
Notifications
You must be signed in to change notification settings - Fork 15
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
Using short-curcuit logical operators #10
Comments
Hmm, this is rather obvious and of kind of programing techniques, not the syntax guidelines? Should we go into busines of teaching people how to program more effecient programs in style guidelines? [Yes we should eventually write such set of tips, but it will be formed as wiki, not interntionally small style guide] |
Let's introduce code best practices repo for this kind of stuff? понедельник, 14 декабря 2015 г. пользователь Timur Safin написал:
|
for example C# guidline also has such rule |
I'd rather use Wiki in the same repo for this purpose. |
Using short-curcuit logical operators ("&&" and "||") instead of regular ("&" and "!")
The text was updated successfully, but these errors were encountered: