Working In a Professional Environment > Scrum for Small Teams
2021-9-12 Less than 1 minute
# Working In a Professional Environment > Scrum for Small Teams
# Why is communication on a small team important?
Communication is important because it helps with organizing who is working on what. You don't want to be spending hours on something and when you go to push you have merge conflicts.
# What adjustments from traditional sized scrum teams need to be made to use the agile methodology effectively in a small team?
Adjusting communication methods to better work with time restraints. Also, don't try and do multiple things at a time. Do 1 sprint at a time.
# What is the unattainable triangle? What are the tradeoffs of each side?
Tradeoffs between the speed of development and the quality of software delivered.
- Good service cheap wont be fast
- Good service fast wont be cheap
- Fast service cheap wont be good.