4
What is the difference between pull-based and push-based Development in software engineering? This refers to Git as well?
4
What is the difference between pull-based and push-based Development in software engineering? This refers to Git as well?
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.
Browser other questions tagged software-engineering project-management
You are not signed in. Login or sign up in order to post.
Okay, I even took the git tag off the question. Thank you!
– Arthur Menezes
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.
– Arthur Menezes
It’s just that Scrum is not traditional :)
– Maniero