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

Using short-curcuit logical operators #10

Open
daimor opened this issue Dec 14, 2015 · 4 comments
Open

Using short-curcuit logical operators #10

daimor opened this issue Dec 14, 2015 · 4 comments

Comments

@daimor
Copy link

daimor commented Dec 14, 2015

Using short-curcuit logical operators ("&&" and "||") instead of regular ("&" and "!")

@tsafin
Copy link
Contributor

tsafin commented Dec 14, 2015

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]

@evshvarov
Copy link
Contributor

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)
.

@daimor
Copy link
Author

daimor commented Dec 14, 2015

for example C# guidline also has such rule

@tsafin
Copy link
Contributor

tsafin commented Dec 14, 2015

I'd rather use Wiki in the same repo for this purpose.

@tsafin tsafin added the Wiki label Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants