Created
March 20, 2014 17:50
-
-
Save gregoryyoung/9669776 to your computer and use it in GitHub Desktop.
should follow CQS :(
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var value = SomeCall(); | |
//value never used can I remove call to SomeCall()? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment