Skip to content

Instantly share code, notes, and snippets.

@mhct
Created February 20, 2018 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhct/2a37b72ec7ba32859bb4b8f87c9edbaa to your computer and use it in GitHub Desktop.
Save mhct/2a37b72ec7ba32859bb4b8f87c9edbaa to your computer and use it in GitHub Desktop.
public class Interesting…
public void interestingFunction() {
if(collaborator.checkSomething()) {
//do something
}
else {
//do something else
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment