What is the difference between pull-based and push-based Development?

Asked

Viewed 234 times

4

What is the difference between pull-based and push-based Development in software engineering? This refers to Git as well?

1 answer

5


This doesn’t seem to have anything to do with Git, at least not directly. It’s used in general projects.

In the push a task is created and assigned to someone suitable (in a broad sense) to accomplish it. Eventually it may take a while to designate. It is considered the "traditional way".

In the pull tasks are created and queued, whoever is available takes the task that is in the priority of the queue or the one you want and executes. Generally used in Scrum.

Article.

  • Okay, I even took the git tag off the question. Thank you!

  • I understood the answer. I just think that "is considered the traditional way" in push Velopment is your opinion that differs from mine that has always experienced Scrum in the last 8 years.

  • 1

    It’s just that Scrum is not traditional :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.