1-5: "Is Design Dead?"
Like the author said, the answer to the question "Is Design Dead?" is no. But the important thing is all the information and arguments the author uses to let us know how the design is not dead (even if you work using XP paradigm). As we know, Xtreme Programming is a developing paradigm that focus all the effort on coding and not documenting like in RUP or Waterfall model. But even in Xtreme Programming it is necessary to know how to design and do it well enough with the purpose of doing things easier. Xtreme Programming encourages its users the value of simplicity; for example, two of the greatest rallying cries in XP are the following slogans: "Do the Simplest Thing that Could Possibly Work" and "You Aren't Going to Need It" also known as YAGNI. Both slogans teach us the lesson of do the least work that actually works and if you do not need a requirement in that phase do not develop it until you really need it. In my opinion design is one...