1 / 9

Chapter 3: Agile Software Development

Chapter 3: Agile Software Development. Software Engineering 9. 3.2 Explain how the principles underlying agile methods lead to the accelerated development and deployment of software. The principles underlying agile development are :

taite
Download Presentation

Chapter 3: Agile Software Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter3: Agile Software Development Software Engineering 9

  2. 3.2 Explain how the principles underlying agile methods lead to the accelerateddevelopment and deployment of software. • The principles underlying agile development are: • 1. Individual and interactions over processes and tools. By taking advantagesof individual skills and ability and by ensuring that the development teamwhat each other are doing, the overheads of formal communicationand process assurance are avoided. This means that the team can focus onthe development of working software. • 2. Working software over comprehensive documentation. This contributes toaccelerated development because time is not spent developing, checking andmanaging documentation. Rather, the programmer’s time is focused on thedevelopment and testing of code.

  3. 3.2 Cont’d • 3. Customer collaboration over contract negotiation. Rather than spendingtime developing, analyzing and negotiating requirements to be included in asystem contract, agile developers argue that it is more effective togetfeedback from customer’s directly during the development about what isrequired. This allows useful functionality to be developed and deliveredearlier than would be possible if contracts were required. • 4. Responding to change over following a plan. Agile developers argue(rightly) that being responsive to change is more effective than following aplan-based process because change is inevitable whatever process is used.There is significant overhead in changing plans to accommodate change andthe inflexibility of a plan means that work may be done that is laterdiscarded.

  4. 3.3 When would you recommend against the use of an agile method fordeveloping a software system? • Agile methods should probably not be used when the software is being developedby teams who are not co-located. If any of the individual teams use agile methods,it is very difficult to coordinate their work with other teams. Furthermore, theinformal communication which is an essential part of agile methods is practicallyimpossible to maintain. • Agile methods should probably also be avoided for critical systems wherethe consequences of a specification error are serious. In those circumstances, asystem specification that is available before development starts makes a detailedspecification analysis possible. • However, some ideas from agile approaches such as test first developmentare certainly applicable to critical systems.

  5. 3.4 Extreme programming expresses user requirements as stories, with eachstory written on a card. Discuss the advantages and disadvantages of thisapproach to requirements description. • Advantages of stories: • 1. They represent real situations that commonly arise so the system willsupport the most common user operations. • 2. It is easy for users to understand and critique the stories. • 3. They represent increments of functionality – implementing a story deliverssome value to the user.

  6. 3.4 Cont’d • Disadvantages of stories • 1. They are liable to be incomplete and their informal nature makes thisincompleteness difficult to detect. • 2. They focus on functional requirements rather than non-functionalrequirements. • 3. Representing cross-cutting system requirements such as performance andreliability is impossible when stories are used. • 4. The relationship between the system architecture and the user stories isunclear so architectural design is difficult.

  7. 3.6 Suggest four reasons why the productivity rate of programmers working as apair might be more than half that of two programmers working individually. • Reasons why pair programming may be more efficient as the same number ofprogrammers working individually: • 1. Pair programming leads to continuous informal reviewing. This discoversbugs more quickly than individual testing. • 2. Information sharing in pair programming is implicit – it happens during theprocess. This reduces the need for documentation and the time required ifone programmer has to pick up another’s work. Individual programmershave to spend time explicitly sharing information and they are not beingproductive when doing so..

  8. 3.6 Cont’d • 3. Pair programming encourages refactoring (the code must be understandableto another person). This reduces the costs of subsequent development andchange and means that future changes can be made more quickly. Hence,efficiency is increased. • 4. In pair programming, people are likely to spend less time in fine-grainoptimization as this does not benefit the other programmer. This means thatthe pair focus on the essential features of the system which they can thenproduce more quickly.

  9. 3.9 It has been suggested that one of the problems of having a user closelyinvolved with a software development team is that they ‘go native’. That is,they adopt the outlook of the development team and lose sight of theneeds of their user colleagues. Suggest three ways how you might avoid thisproblem and discuss the advantages and disadvantages of each approach. • 1. Involve multiple users in the development team. Advantages are you getmultiple perspectives on the problem, better coverage of user tasks andhence requirements and less likelihood of having an atypical user.Disadvantages are cost, difficulties of getting user engagement and possibleuser conflicts. • 2. Change the user who is involved with the team. Advantages are, again,multiple perspectives. Disadvantages are each user takes time to beproductive and possible conflicting requirements from different users. • 3. Validate user suggestions with other user representatives. Advantages areindependent check on suggestions; disadvantage is that this slows down thedevelopment process as it takes time to do the checks.

More Related