Is agile about development or management?
Posted
by
ashy_32bit
on Programmers
See other posts from Programmers
or by ashy_32bit
Published on 2012-09-25T15:40:47Z
Indexed on
2012/09/25
15:49 UTC
Read the original article
Hit count: 293
On a debate over what Scrum is all about, I found that perhaps I totally misunderstood the agile thing. It appears to me that Scrum (which is certainly considered an Agile process) is all about managing features and sprints and roles and stuff with nothing to do with TDD, pair programming, CI, refactoring and other developer centric techniques and practices that I though (until now) are the heart of agile. Now I am facing a difficulty !
1) Is Scrum agnostic to whether developers do agile practices?
2) Can you implement Scrum in a team that does not utilize automated tests? does not perform refactoring or does not adhere to the agile programming practices?
© Programmers or respective owner