Differenze tra eXtreme Programming e SCRUM

Sono un appassionato delle metodologie xp, e per questo continuo a studiarle e provare ad applicarle un pò per volta.
Una domanda che è nata in questi giorni è stata: 

  • Quali sono le differenze tra SCRUM e XP?

Rileggendo un articolo di Martin Fowler ho trovato la risposta:
http://martinfowler.com/articles/newMethodology.html

Martin dice che le più grandi differenze sono:

  • Scrum concentrates on the management aspects of software development
  • Scrum dividing development into thirty day iterations (called
    'sprints') and applying closer monitoring and control with daily scrum
    meetings
  • Scrum places much less emphasis on engineering practices

Continuo a preferire XP perchè mi piace l'approccio TDD.
Cosa ne pensate?

Tags:

posted @ domenica 27 aprile 2008 13:13

Print

Comments on this entry:

# re: Differenze tra eXtreme Programming e SCRUM

Left by Salvatore Di Fazio at 27/04/2008 14:53
Gravatar
Il problema è studiare per imparare bene entrambi :D

# re: Differenze tra eXtreme Programming e SCRUM

Left by Lorenzo Barbieri at 27/04/2008 20:21
Gravatar
Nessuno ti vieta di usare TDD con Scrum...

# re: Differenze tra eXtreme Programming e SCRUM

Left by Salvatore Di Fazio at 28/04/2008 01:36
Gravatar
Non mancherò :D

# re: Differenze tra eXtreme Programming e SCRUM

Left by Roberto Valenti at 28/04/2008 04:34
Gravatar
Le due metodologie si prestano molto bene ad essere usate insieme, Scrum si concentra sulla gestione ad alto livello del progetto e tralascia le pratiche, XP definisce un insieme di pratiche quali TDD / Pair etc..

Puoi benissimo usare Scrum e TDD contemporaneamente.

L' importante è adottare quelle che più sono utili nel contesto del progetto.

# re: Differenze tra eXtreme Programming e SCRUM

Left by papo at 28/04/2008 16:51
Gravatar
ciao, ti lascio un paio di link dal blog di Shore:

* http://jamesshore.com/Blog/Scrum-XP-Practices-Cross-Reference.html
* http://jamesshore.com/Blog/Should-We-Adopt-Scrum-or-XP.html

in particolare il primo mostra una matrice di confronto tra i nomi dati alle stesse pratiche nei due metodi (in realtà confronta i libri di riferimento).

ciao!
-papo-

# re: Differenze tra eXtreme Programming e SCRUM

Left by Salvatore Di Fazio at 28/04/2008 17:17
Gravatar
Grazie infinite :)
Comments have been closed on this topic.