We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ("&&" and "||") instead of regular ("&" and "!")
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
Let's introduce code best practices repo for this kind of stuff?
понедельник, 14 декабря 2015 г. пользователь Timur Safin написал:
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] — Reply to this email directly or view it on GitHub #10 (comment) .
— Reply to this email directly or view it on GitHub #10 (comment) .
for example C# guidline also has such rule
I'd rather use Wiki in the same repo for this purpose.
No branches or pull requests
Using short-curcuit logical operators ("&&" and "||") instead of regular ("&" and "!")
The text was updated successfully, but these errors were encountered: