Skip to content

Instantly share code, notes, and snippets.

@siy
Created May 30, 2023 09:14
Show Gist options
  • Save siy/4927d8cd2a2b5432102a465601d82d1c to your computer and use it in GitHub Desktop.
Save siy/4927d8cd2a2b5432102a465601d82d1c to your computer and use it in GitHub Desktop.
continuous consolidation
...
var value1 = service1.find(...);
...
var value2 = service2.find(value1.field1());
...
var value3 = service3.find(value2.field2());
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment