Devops Comes to Database Developers and Dbas

Total Page:16

File Type:pdf, Size:1020Kb

Devops Comes to Database Developers and Dbas DevOps Comes to Database Developers and DBAs — It’s About Time Written by Daniel Norwood, Director of Product Marketing, Dell Software, and Robert Reeves, CTO, Datical Introduction Now your organization can apply automation to your database development lifecycle, breaking down silos Application teams have tools for managing their between development and operations teams and bringing development lifecycle — from source code control and you into the DevOps fold. With the right tools, database automated testing to continuous integration and automated developers and DBAs can finally keep up with the increasing deployment. But as a database developer or DBA, you’ve pace of application releases while protecting precious lacked the proper tooling to help you keep pace with the rest business data. of your organization. This white paper will explore the importance of bringing agile You face increasing pressure to deliver database changes and DevOps to database development and the obstacles faster, while you’re also responsible for ensuring that organizations face along the way. It describes what to look databases are always available and applications run at peak for when selecting tools to bring the database into the world performance. The conventional wisdom dictates that you of DevOps. Finally, it demonstrates how the right tools can have to choose between speed and quality, that you can’t go bring automation to database development and the value of faster and reduce risk at the same time. DevOps to the entire organization. Wrong. Background: Agile and DevOps … and DevOps solves the release bottleneck … Agile development is at the core of DevOps and the faster pace of As development teams became more application releases. agile, it naturally led to the use of more software tools for process automation Agile solves the development and collaboration. Eventually, the bottleneck … collaboration reached past the point In a Tech Beacon survey called of deployment and into operations. As “Is agile the new norm?”, 67 percent of depicted in Figure 1, the development respondents said that they were purely and operations teams have grown to agile or leaning toward it. Companies work together to manage code from turn to agile to lower or eliminate design through operations and back in the barriers between the business a truly collaborative cycle. and development. They find benefits As collaboration improved and more of agile development in all of their processes were automated, the value most important metrics: enhanced delivered to the organization increased collaboration, higher software quality, as well. The Puppet Labs State of greater customer satisfaction and lower DevOps Report shows that the value 67 percent of survey cost of development. goes far beyond speed of delivery. respondents said With agile, new features and bug fixes Compared to companies that have not that they were purely get to market much faster and are on adopted DevOps, high-performing point with customer requirements. IT organizations enjoy 60 times fewer agile or leaning Gone are the days of spending a year failures and recover from those failures and a half at the drawing board and 168 times faster than their lower- toward it. coming back with a product; mobile performing peers. They also deploy 30 app release schedules have set the times more frequently with 200 times expectation that users should wait no shorter ramp-up. more than a couple of weeks or days for changes. Design Code Build Test Release Deploy Operate DevOps Continuous delivery Continuous integration Value delivered Agile Collaboration required Figure 1: Evolution from agile to DevOps 2 Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Change Figure 2: The process of database change has become the bottleneck in an otherwise agile process … so what about the database based on the database’s current state development bottleneck? at that time. Agile and DevOps have brought • Whereas application developers have Organizations about great progress in application the option of reverting to a previous development through the use of version, database developers have cannot enjoy all the automation tools and software. to jump through many more hoops However, those tools are not a good to undo changes, even restoring the benefits of true agile entire database in worst cases. fit for the work of database developers and DevOps if they and DBAs, and the lack of proper tools Application teams typically check leaves them out of the agile movement. in their code, and then a series of do not include the automated processes follows: build, database. Organizations cannot enjoy all the test, review, stage, deploy. The benefits of true agile and DevOps changes propagate automatically if they do not include the database. through test environments and Application releases may be ready as eventually into production as they pass often as every few minutes, but as automated validation. However, in Figure 2 shows, if they depend on cases where there are dependencies database updates that take place every on database code changes, the rest of month or quarter, then the organization the organization must wait because as a whole misses the value of agile. processes at this level are still manual. Why is database development Going faster and lowering costs slower? without increasing risk Given that database development The reasons for going agile are to needs to join the rest of the reduce risk, lower cost and increase organization, what gets in the way of speed. These also apply to automating accelerating it? the database development cycle. The answer goes to the nature of The dominant theme in database databases and database development: development has been the trade- of between speed and quality (risk). • For standard application development, In order to avoid risk, database making changes to the front-end application code is often more developers work methodically and forgiving because it is possible to carefully, looking through every script revert to a previous build if something in an attempt to reduce risk. That does goes wrong. There may be some not lower cost or increase speed. service interruption, but the risk of losing data is usually low. Nor does it make the business more responsive. If database changes are the • With database development, it’s bottleneck and slowing them down necessary to preserve the state of is seen as the best way to protect the the database and protect its data throughout code changes. This is database, then organizations that crave accomplished with complex scripting stability will never be completely agile. 3 Database developers and DBAs Automation tools for faster stuck in the middle database development without What sufers when developers try to compromising quality work faster? The combination of Toad and Datical DB extends the benefits of DevOps • Best practices — All professional automation to the database environment. programmers know that there are It ofers database developers and certain practices to follow to write code properly. When time does DBAs the opportunity to accelerate not allow, those practices often development while mitigating risk and go unobserved. inherently reinforcing best practices. Toad and Datical work together to create • Proper testing — In the rush to get an agile pipeline for database changes at code out, many development teams each step in the database development feel there is no time to create proper lifecycle (see Figure 3). unit tests. As a result, testing at the developer level becomes limited to 1. Track discrete changes to debugging code and ensuring that it is not faulty. That is necessary as a first code (Toad) step, but it is not enough. The loss of Some developers simply rely on pulling If database changes unit tests increases dependency on the master version of source code are the bottleneck test teams later in the process, slowing from the database, but how do they the release process. Ironically, cutting know it wasn’t changed without their this corner actually slows things more. and slowing them knowledge? And what was changed • Code reviews — Although they cannot before they got there? What happens down is seen as aford it, DBAs spend a lot of time in if two developers need to change the best way to code review meetings. They and their the same piece of code? Managing managers find themselves playing the code artifacts in a version control protect the database, role of code police, trying to uphold system (VCS) is the best practice and code quality one line at a time. then organizations foundation for speeding things up. Even after navigating obstacles and A VCS is a reliable means of ensuring that crave stability trying to build up their team for faster that the right version of code is on its development, most DBAs and database way into the build system and that the will never be developers are able to trim release code object has full integrity. Version cycles down to two or four weeks completely agile. control also ensures that multiple at best. That kind of improvement developers in a live environment are is of little help when the application not overwriting one another’s changes. development team is comfortably It is indispensable to application releasing several times a day. development, so Toad ofers integration In short, the dilemma is to find the right with systems like Git, Microsoft automation tool that will speed up TFS, CVS, ClearCase, Perforce database development and lower cost and SVN, right in the integrated without risking the integrity of the data. development environment (IDE). 1 2 3 4 5 Code Track discrete Automate Automate Automate Automate changes changes testing code reviews staging deployment Toad Dactical Figure 3: Toad and Datical — DevOps automation for database development 4 150× Managing code artifacts in a version control system is Relative cost fix to a bug the best practice and foundation for speeding things up.
Recommended publications
  • Manuscript Instructions/Template
    INCOSE Working Group Addresses System and Software Interfaces Sarah Sheard, Ph.D. Rita Creel CMU Software Engineering Institute CMU Software Engineering Institute (412) 268-7612 (703) 247-1378 [email protected] [email protected] John Cadigan Joseph Marvin Prime Solutions Group, Inc. Prime Solutions Group, Inc. (623) 853-0829 (623) 853-0829 [email protected] [email protected] Leung Chim Michael E. Pafford Defence Science & Technology Group Johns Hopkins University +61 (0) 8 7389 7908 (301) 935-5280 [email protected] [email protected] Copyright © 2018 by the authors. Published and used by INCOSE with permission. Abstract. In the 21st century, when any sophisticated system has significant software content, it is increasingly critical to articulate and improve the interface between systems engineering and software engineering, i.e., the relationships between systems and software engineering technical and management processes, products, tools, and outcomes. Although systems engineers and software engineers perform similar activities and use similar processes, their primary responsibilities and concerns differ. Systems engineers focus on the global aspects of a system. Their responsibilities span the lifecycle and involve ensuring the various elements of a system—e.g., hardware, software, firmware, engineering environments, and operational environments—work together to deliver capability. Software engineers also have responsibilities that span the lifecycle, but their focus is on activities to ensure the software satisfies software-relevant system requirements and constraints. Software engineers must maintain sufficient knowledge of the non-software elements of the systems that will execute their software, as well as the systems their software must interface with.
    [Show full text]
  • Balancing Agility and Discipline a Guide for the Perplexed
    Balancing Agility and Discipline A Guide for the Perplexed Written by Barry Boehm & Richard Turner August 2003 Presented by Ben Underwood for EECS810 Fall 2015 Balancing Agility and Discipline, A Guide for the Perplexed: Boehm & Turner 1 Presentation Outline What to Expect • Meet the Authors • Discipline, Agility, and Perplexity • Contrasts and Home Grounds • A Day in the Life • Expanding the Home Grounds: Two Case Studies • Using Risk to Balance Agility and Discipline • Conclusions • Q & A Balancing Agility and Discipline, A Guide for the Perplexed: Boehm & Turner 2 Meet the Authors Barry Boehm • Born 1935 • Educated in Mathematics at Harvard and UCLA • Worked in Programming and Information Sciences in private industry and government • General Dynamics, Rand Corporation, TRW, and DARPA • Currently at the University of Southern California • Professor of Software Engineering • Founding Director of USC’s Center for Systems and Software Engineering Balancing Agility and Discipline, A Guide for the Perplexed: Boehm & Turner 3 Meet the Authors Richard Turner • Born 1954 • Educated in Mathematics, Computer Science, and Engineering Management • Worked in Computer Science, Technology, and Research in private industry and government • FAA, Systems Engineering Research Center, Software Engineering Institute, George Washington University, and more • One of the core authors of CMMI • Currently at Stevens Institute of Technology • Professor in the School of Systems and Enterprises Balancing Agility and Discipline, A Guide for the Perplexed: Boehm &
    [Show full text]
  • Software Defect Reduction Top 10 List
    SOFTWARE MANANGEMENT TWO Current software projects spend about Software 40 to 50 percent of their effort on avoid- able rework. Such rework consists of effort spent fixing software difficulties that could Defect Reduction have been discovered earlier and fixed less expensively or avoided altogether. By implication, then, some effort must con- sist of “unavoidable rework,” an obser- Top 10 List vation that has gained increasing credibility with the growing realization Barry Boehm, University of Southern California that better user-interactive systems result from emergent processes. In such Victor R. Basili, University of Maryland processes, the requirements emerge from prototyping and other multistakeholder- shared learning activities, a departure from traditional reductionist processes that stipulate requirements in advance, ecently, a National Science insight has been a major driver in focus- then reduce them to practice via design Foundation grant enabled us to ing industrial software practice on thor- and coding. Emergent processes indicate establish the Center for Empiri- ough requirements analysis and design, that changes to a system’s definition that R cally Based Software Engineer- on early verification and validation, and make it more cost-effective should not be ing. CeBASE seeks to transform on up-front prototyping and simulation discouraged by classifying them as avoid- software engineering as much as pos- to avoid costly downstream fixes.” able defects. sible from a fad-based practice to an engineering-based practice through deri- vation, organization, and dissemination Software’s complexity and of empirical data on software develop- accelerated development ment and evolution phenomenology. The phrase “as much as possible” reflects the schedules make avoiding defects fact that software development must remain a people-intensive and continu- difficult.
    [Show full text]
  • Software Engineering Introduction
    Software Engineering Introduction - Himasri Lekkala - CSCE Graduate student Software Engineering Application of engineering methodologies to design, develop and maintain a software within budget, on schedule and with high quality. Why Software Engineering? 1 2 3 4 5 Helps in utilizing Delivers the Makes possible Increases Customer the budget product on to handle large reliability of a satisfaction effectively schedule projects software Little Bug, Big Bang • Took 10 years and $7 billion to produce Ariane 5, a giant rocket. • Exploded in less than a minute after its launch due to a small bug in the software. Software Development Life Cycle (SDLC) Software Requirement Specification 1. Requirement (SRS) analysis Software has to be updated as 6. 2. Maintenance Design Design Document Specification needed. (DDS) SDLC At first, software is released 5. 3. in limited segment for User Deployment Development Coding Acceptance Test (UAT) 4. Testing Tests for bugs & ensures if all the requirements in SRS are met UML Diagrams (Unified Modeling Language) Class diagram Object diagram SDLC Models • Waterfall Model • Incremental Model • Spiral Model • Agile Model • Chaos Model • Scrum Model • V-Model • Sawtooth Model Waterfall Model Requirement Software Requirement Specification (SRS) Analysis Design Design Document Specification (DDS) Implementation Build code in small programs called units & perform unit testing Testing Integration of units and software testing Deployment & Maintenance Release into market and check for patches 11 Waterfall Model - Application 1 2 3 4 Requirements are Ample resources Technology is Suitable for short very well with required understood and is term projects. documented, clear expertise are not dynamic. and fixed. available to support the product.
    [Show full text]
  • Software Development Processes: from the Waterfall to the Unified
    Software development processes: from the waterfall to the Unified Process Paul Jackson School of Informatics University of Edinburgh The Waterfall Model Image from Wikipedia 2 / 17 Pros, cons and history of the waterfall + better than no process at all { makes clear that requirements must be analysed, software must be tested, etc. − inflexible and unrealistic { in practice, you cannot follow it: e.g., verification will show up problems with requirements capture. − slow and expensive { in an attempt to avoid problems later, end up \gold plating" early phases, e.g., designing something elaborate enough to support the requirements you suspect you've missed, so that functionality for them can be added in coding without revisiting Requirements. Introduced by Winston W. Royce in a 1970 paper as an obviously flawed idea! 3 / 17 Domains of use for waterfall-like models embedded systems : Software must work with specific hardware: Can't change software functionality later. safety critical systems : Safety and security analysis of whole system is needed up front before implementation some very large systems : Allows for independent development of subsystems 4 / 17 Spiral model Barry Boehm. 1988. Cumulative cost 1.Determine Progress 2. Identify and objectives resolve risks Review Requirements Operational plan Prototype 1 Prototype 2 prototype Concept of Concept of operation requirements Detailed Requirements Draft design Development Verification Code plan & Validation Integration Test plan Verification & Validation Test Implementation 4. Plan the Release next iteration 3. Development and Test 5 / 17 Spiral model Successive loops involve more advanced activities: - checking feasibility, - gathering requirements, - design development, - integration and test . Phases of single loop: 1.
    [Show full text]
  • Dr. Barry Boehm
    Barry W. Boehm, TRW Professor of Software Engineering and Director, Center for Software Engineering, University of Southern California Barry Boehm received his B.A. degree from Harvard in 1957, and his M.S. and Ph.D. degrees from UCLA in 1961 and 1964, all in Mathematics. Between 1989 and 1992, he served within the U.S. Department of Defense (DoD) as Director of the DARPA Information Science and Technology Office, and as Director of the DDR&E Software and Computer Technology Office. He worked at TRW from 1973 to 1989, culminating as Chief Scientist of the Defense Systems Group, and at the Rand Corporation from 1959 to 1973, culminating as Head of the Information Sciences Department. He was a Programmer-Analyst at General Dynamics between 1955 and 1959. His current research interests include software process modeling, software requirements engineering, software architectures, software metrics and cost models, software engineering environments, and knowledge-based software engineering. His contributions to the field include the Constructive Cost Model (COCOMO), the Spiral Model of the software process, the Theory W (win- win) approach to software management and requirements determination, and two advanced software engineering environments: the TRW Software Productivity System and Quantum Leap Environment. He has served on the board of several scientific journals, including the IEEE Transactions on Software Engineering, IEEE Computer, IEEE Software, ACM Computing Reviews, Automated Software Engineering, Software Process, and Information and Software Technology. He has served as Chair of the AIAA Technical Committee on Computer Systems, Chair of the IEEE Technical Committee on Software Engineering, and as a member of the Governing Board of the IEEE Computer Society.
    [Show full text]
  • Dr. Barry Boehm
    Barry W. Boehm, TRW Professor of Software Engineering and Director, Center for Software Engineering, University of Southern California Barry Boehm received his B.A. degree from Harvard in 1957, and his M.S. and Ph.D. degrees from UCLA in 1961 and 1964, all in Mathematics. He also received an honorary Sc.D. from the U. of Massachusetts in 2000. Between 1989 and 1992, he served within the U.S. Department of Defense (DoD) as Director of the DARPA Information Science and Technology Office, and as Director of the DDR&E Software and Computer Technology Office. He worked at TRW from 1973 to 1989, culminating as Chief Scientist of the Defense Systems Group, and at the Rand Corporation from 1959 to 1973, culminating as Head of the Information Sciences Department. He was a Programmer-Analyst at General Dynamics between 1955 and 1959. His current research interests focus on integrating a software system's process models, product models, property models, and success models via an approach called MBASE (Model-Based (System) Architecting and Software Engineering). His contributions to the field include the Constructive Cost Model (COCOMO), the Spiral Model of the software process, and the Theory W (win-win) approach to software management and requirements determination. He has served on the board of several scientific journals and as a member of the Governing Board of the IEEE Computer Society. He currently serves as Chair of the Board of Visitors for the CMU Software Engineering Institute. He is an AIAA Fellow, an ACM Fellow, an IEEE Fellow, an INCOSE Fellow, and a member of the National Academy of Engineering.
    [Show full text]
  • Software Engineering, Pages 2-13, Mon- Ware Process, Pages 76 - 85, Dec
    Software Processes Are Software Too, Revisited: An Invited Talk on the Most Influential Paper of ICSE 9 * Leon J. Osterweil University of Massachusetts Dept. of Computer Science Amherst, MA 01003 USA +1 413 545 2186 ljo@cs. umass.edu ABSTRACT led to a considerable body of investigation. The sug- The ICSE 9 paper, "Software Processes are Software gestion was immediately controversial, and continues to Too," suggests that software processes are themselves a be argued. Subsequently I discuss why I believe this form of software and that there are considerable benefits discussion indicates a pattern of behavior typical of tra- that will derive from basing a discipline of software pro- ditional scientific inquiry, and therefore seems to me to cess development on the more traditional discipline of do credit to the software engineering community. application software development. This paper attempts But what of the (in)famous assertion itself? What does to clarify some misconceptions about this original ICSE it really mean, and is it really valid? The assertion grew 9 suggestion and summarizes some research carried out out of ruminations about the importance of orderly and over the past ten years that seems to confirm the origi- systematic processes as the basis for assuring the quality nal suggestion. The paper then goes on to map out some of products and improving productivity in developing future research directions that seem indicated. The pa- them. Applying the discipline of orderly process to soft- per closes with some ruminations about the significance ware was not original with me. Lehman [13] and others of the controversy that has continued to surround this [18] had suggested this long before.
    [Show full text]
  • Review of Risk Management Methods
    2011 Robert Stern, José Carlos Arias 59 REVIEW OF RISK MANAGEMENT METHODS Robert Stern (MBA), José Carlos Arias (PhD, DBA) Abstract Project development, especially in the software related field, due to its complex nature, could often encounter many unanticipated problems, resulting in projects falling behind on deadlines, exceeding budgets and result in sub-standard products. Although these problems cannot be totally eliminated, they can however be controlled by applying Risk Management methods. This can help to deal with problems before they occur. Organisations who implement risk management procedures and techniques will have greater control over the overall management of the project. By analysing five of the most commonly used methods of risk management, conclusions will be drawn regarding the effectiveness of each method. The origin of each method will be established, along with the typical areas of application, the framework of the methods, techniques used by each and the advantages and disadvantages of each of the methods. Each method will be summarised, then an overall comparison will be drawn. Suitable references will be included to highlight features, along with diagrams and charts to illustrate differences in each approach. Stern R., Arias J.C. - Review of Risk Management Methods 60 Business Intelligence Journal January 1. Introduction the Software Engineering Institute, which is funded by the US Air Force, a division There are various methods that have been of the American Department of Defence. developed to analyse the risk factors within The method was originally developed as a any given project. For the purposes of this project management method and the element paper five methods are analysed in detail, of risk management was later added to the they are as follows: equation.
    [Show full text]
  • Five Models of Software Development Engineering
    International Journal of Scientific & Engineering Research, Volume 6, Issue 11, November-2015 1331 ISSN 2229-5518 Five Models of Software Development Engineering Surya Madaan1 1B.tech Student of Computer Science & Engineering Jaypee Institute of Information Technology A-10, Sector-62, Noida, Uttar Pradesh 201307, India Abstract: This paper deals with a vital and important issue in computer Science world. It is concerned with the software development and management processes that examine the area of software development through the development models, which are known as software development life cycle. It represents five of the development models namely, waterfall, Iteration, V-shaped, spiral and Extreme programming. These models have advantages and disadvantages as well. Therefore, the main objective of this research is to represent different models of software development and to understand and show the features and defects of each model. Keywords: Software Development Models, Software Management Processes, Comparison between five models of Software Engineering. Fig. 1 Explanation of Software Engineering Conception 1. Introduction In are day to day life’s computer is everywhere. In fact, computer has become indispensible in today's world as it is used in many fields of life such as industry, medicine, commerce, education and even agriculture. Now days, organizations become more Dependent on computer in their works as a result of computer technology.[1]Computer is considered a time- saving device and its progress helps in executing complex, long, repeated processes in a very short time with a high speed. In addition to using computer for work, people use it for fun and entertainment. Noticeably, the number of companies that produce software programs for the purpose of facilitating works of offices, administrations, banks,IJSER etc., has increased recently which results in the difficulty of enumerating such companies.
    [Show full text]
  • Test-Driven Development
    Chapter 31 Emerging Trends in Software Engineering Slide Set to accompany Software Engineering: A Practitionerʼs Approach, 7/e by Roger S. Pressman Slides copyright © 1996, 2001, 2005, 2009 by Roger S. Pressman For non-profit educational use only May be reproduced ONLY for student use at the university level when used in conjunction with Software Engineering: A Practitioner's Approach, 7/e. Any other reproduction or use is prohibited without the express written permission of the author. All copyright information MUST appear if these slides are posted on a website for student use. These slides are designed to accompany Software Engineering: A Practitionerʼs Approach, 7/e (McGraw-Hill 2009). Slides copyright 2009 by Roger Pressman. 1 Trends Challenges we face when trying to isolate meaningful technology trends: What Factors Determine the Success of a Trend? What Lifecycle Does a Trend Follow? How Early Can a Successful Trend be Identified? What Aspects of Evolution are Controllable? Ray Kurzweil [Kur06] argues that technological evolution is similar to biological evolution, but occurs at a rate that is orders of magnitude faster. Evolution (whether biological or technological) occurs as a result of positive feedback—“the more capable methods resulting from one stage of evolutionary progress are used to create the next stage.” [Kur06] These slides are designed to accompany Software Engineering: A Practitionerʼs Approach, 7/e (McGraw-Hill 2009). Slides copyright 2009 by Roger Pressman. 2 Technology Innovation Lifecycle Breakthrough: Viable solution to a problem is Theory: Broader theory of usage, applicability discovered Automation: Tools which can automatically Replicator: Solution is reproducible, gains use/deploy/work with the solution (becomes a wider usage technology) Empiricism: Rules governing solution use are Maturity: Widespread use of the technology devised These slides are designed to accompany Software Engineering: A Practitionerʼs Approach, 7/e (McGraw-Hill 2009).
    [Show full text]
  • A Process Programmer Looks at the Spiral Model: a Tribute to the Deep Insights of Barry W
    Int J Software Informatics, Volume 5, Issue 3 (2011), pp. 457{474 E-mail: [email protected] International Journal of Software and Informatics, ISSN 1673-7288 http://www.ijsi.org °c 2011 by ISCAS. All rights reserved. Tel: +86-10-62661040 A Process Programmer Looks at the Spiral Model: A Tribute to the Deep Insights of Barry W. Boehm Leon J. Osterweil (University of Massachusetts, USA) Abstract This paper elaborates on implications of Barry W. Boehm's Spiral Model of software development. The paper notes that the Spiral Model presents a compelling view of software development, evocatively represented by a visual image that appeals strongly to intuition, and notes that the view and image have motivated and justi¯ed a range of important views of how software development should be done. This paper enhances and elaborates on the intuitions by supplementing them with a de¯nition of the Spiral Model that is enunciated in terms of a rigorously de¯ned language. The rigorous enunciation and accompanying alternative visual depiction are then used to provide clari¯cation and formalization of some of the clearly-indicated elaborations of the Spiral Model. Both the Waterfall Model of software development and the Scrum agile method are presented as possible elaborations of the Spiral Model. Still other elaborations are indicated. Similarities in the visualizations of these development approaches suggest some underlying similarities in the approaches themselves, suggesting the potential value of e®ective process visualizations. The breadth of these elaborations is also used to suggest how the Spiral Model seems to provide a strong focus on some of the quintessential aspects of what comprises e®ective software development.
    [Show full text]