Created
April 15, 2018 22:22
-
-
Save martinsson/55134f37ae182aefef1b46ed29fa4599 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
function hardToTest() { | |
let data = callToDependency() | |
// | |
// pure logic | |
// pure logic | |
// pure logic | |
// | |
let dataOther = callToDependency2(result) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment