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/10dba2787d2c794dd06b899a06b4f9da to your computer and use it in GitHub Desktop.
Save sundeepgupta/10dba2787d2c794dd06b899a06b4f9da to your computer and use it in GitHub Desktop.
FlatMap Article - Project Completion
project.addDeveloper(jim) // Jim started coding...
project.stop()
project.addDeveloper(bob)
bob.pushCommit("1")
jim.pushCommit("2") // CI is building Commit(author: "Jim", hash: "2").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment