Skip to content

Instantly share code, notes, and snippets.

@code-twister
Created October 4, 2017 12:23
Show Gist options
  • Save code-twister/a7e8ba32fa80d0d7e2e6b2d82ee6a4ff to your computer and use it in GitHub Desktop.
Save code-twister/a7e8ba32fa80d0d7e2e6b2d82ee6a4ff to your computer and use it in GitHub Desktop.
public void useCaseExample() {
storageAbstraction.loadSomeData();
filterData();
doSomeComputation();
uiAbstraction.presentDataToUser();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment