Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created March 20, 2014 17:50
Show Gist options
  • Save gregoryyoung/9669776 to your computer and use it in GitHub Desktop.
Save gregoryyoung/9669776 to your computer and use it in GitHub Desktop.
should follow CQS :(
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