Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
simplify boolean assignment #466
Conversation
jasoncalabrese
added a commit
that referenced
this pull request
Mar 7, 2015
|
|
jasoncalabrese |
d90acea
|
jasoncalabrese
merged commit d90acea
into nightscout:dev
Mar 7, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
jasoncalabrese
modified the milestone: enchilada
Mar 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dduugg commentedMar 7, 2015
The requestMetric function is only called once, and it just does a
simple boolean equality check. It would be cleaner to just inline the
check.