210 likes | 351 Views
3. Software Process. What’s a process?. Set of activities in creating software It involves creativity hard to automate Requires human judgment No one approach to create software Different organizations and groups within organization do different things. Activities.
E N D
What’s a process? • Set of activities in creating software • It involves creativity • hard to automate • Requires human judgment • No one approach to create software • Different organizations and groups within organization do different things
Activities • Requirements specification • Analysis • Design • Implementation • Testing • Maintenance and evolution
Different Approaches • Waterfall • Spiral • Iterative & Incremental Development • Agile
Waterfall Model Requirements Analysis Design Implementation &Testing Integration Maintenance
What’s good about Waterfall • Easy to plan • (but hard to execute) • Easy to explain the progression of the project • (but may not be the reality, however) • Help with budgeting and estimating time upfront • (often overrun though)
Problems with Waterfall • Sequential steps • Not easy to work with • Each stage expected to be complete and well done • Assumes requirements are well understood • (Are they ever?) • Hard to keep up with change • (change is the only constant) • Hard to meet users needs
Spiral Model Analysis Requirements Specification Design Implementation & Unit Testing Integration
What’s good about Spiral • Recognizes that software applications need to evolve • Each version may be one loop though the spiral • You have a chance to revisit and modify things that may not be correct or adequate
Problems with Spiral • Each cycle may be long – waterfall • If each cycle is large, hard to modify system • change may be prohibitive • May be expensive • If cycles are short, planning may be hard • Project management and reporting will be an issue
Iterative & Incremental Dev. • Consider waterfall as a guiding framework, but not execution model • Consider spiral as execution model within that guiding framework • Planned with versions in mind • incremental • Each increment involves many cycles of all the activities, ending with executable application
Iterative & Incremental Dev. Waterfall Spiral Iterative & Incremental Development
Advantages & Disadvantages of IID • Provides good opportunity to analyze risk • System evolves • Coding starts early • Integration start sooner • May still be ceremonial • Iteration may be too long • Some companies that claim to be doing IID actually are doing waterfall
Agile Development Process • Iterative and evolutionary development • Adaptive planning • Incremental delivery • Agility • More focused on success than sticking with a plan • Working software is valued and considered measure of progress
Advantages • Closely matches user expectations • You may modify and evolve as understanding as requirements evolve • Functionality stabilizes overtime
Disadvantage • Hard to document each step • Project management is not easy • System may be poorly structure • You may hack your way though • Works effectively only for small teams
Where does it work? • For small teams • Small to medium size projects • Not effective on large projects • (large projects are not effective any ways!!) • Requires competent team
The Agile Manifesto • Individuals and interactions • over process and tools • Working Software • over comprehensive documentation • Customer collaboration • over contract negotiations • Responding to change • over following a plan
The Agile Principles • Satisfy Customer through early and continuous delivery of valuable software • Welcome changing requirements any time • Deliver working software frequently • Business people and developers work closely • Motivated individuals trusted to do job • Face-to-face conversation • Working software measure of progress • Processes that promote sustainable development • Sponsors, developers, users should maintain constant pace indefinitely • Attention to technical excellence and good design enhances agility • Simplicity is essential • Reflect on how to become more effective, and tunes and adjusts behavior accordingly
Agile Modeling • UML is for understanding/communication not for documentation • Agile modeling is not avoiding modeling • Do not apply UML to all or most of software • Defer simpler design till programming • Use UML for smaller percentage of system where it is required • Choose lightweight simpler tools • Don’t model alone • Look for good enough solution • Use design as guidelines – it will be inaccurate when you start • Do not expect (or be expected) to design and hand off for coding – developer must be part of designing
Agile Processes • Scrum • Self-organizing teams • Daily team measurement • Avoid following predefined steps • Standup meetings, 30 day iteration, demo to stake holders at end of iteration • XP • Collaboration • Quick and early software creation • Communication, simplicity, feedback, courage • Constant feedback, test driven development