Skip to content

Instantly share code, notes, and snippets.

@sundeepgupta
Last active May 18, 2018 13:36
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 sundeepgupta/bb2581b9ff3fc502024ff2b92d51eb24 to your computer and use it in GitHub Desktop.
Save sundeepgupta/bb2581b9ff3fc502024ff2b92d51eb24 to your computer and use it in GitHub Desktop.
FlatMap Article - Developer Completions
project.addDeveloper(jim) // Jim started coding...
project.addDeveloper(anna) // Anna started coding...
jim.stopCoding()
anna.stopCoding()
jim.pushCommit("1")
project.addDeveloper(bob) // Bob started coding...
bob.pushCommit("2") // CI is building Commit(author: "Bob", hash: "2").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment