jagomart
digital resources
picture1_Programming Pdf 186385 | Xp Overview


 146x       Filetype PDF       File size 0.33 MB       Source: csis.pace.edu


File: Programming Pdf 186385 | Xp Overview
extreme programming an overview methoden und werkzeuge der softwareproduktion ws 1999 2000 author thomas dudziak 1 introduction 4 what is extreme programming 4 outline 4 basic concepts 5 the four ...

icon picture PDF Filetype PDF | Posted on 02 Feb 2023 | 2 years ago
Partial capture of text on file.
               eXtreme Programming
                      An Overview
               Methoden und Werkzeuge der Softwareproduktion WS 1999/2000
               Author Thomas Dudziak
                              1
        INTRODUCTION................................................................................................................................................. 4
         WHAT IS “EXTREME PROGRAMMING” ?............................................................................................................... 4
        OUTLINE.............................................................................................................................................................. 4
        BASIC CONCEPTS.............................................................................................................................................. 5
         THE FOUR VARIABLES.......................................................................................................................................... 5
         THE FOUR VALUES............................................................................................................................................... 5
         CHANGE-DRIVEN PROCESS................................................................................................................................... 6
        THE PROCESS XP............................................................................................................................................... 8
         PLANNING GAME................................................................................................................................................. 8
          Exploration...................................................................................................................................................... 8
          Planning........................................................................................................................................................ 10
          Steering ......................................................................................................................................................... 10
         DEVELOPMENT................................................................................................................................................... 11
          Iteration......................................................................................................................................................... 11
        THE METHODOLOGY XP - RULES AND PRACTICES............................................................................ 14
         MANAGEMENT RULES AND PRACTICES............................................................................................................. 14
          Metrics........................................................................................................................................................... 14
          Roles.............................................................................................................................................................. 15
          Workspace and Tools.................................................................................................................................... 16
          Standup Meeting............................................................................................................................................ 17
          Forty hour Week............................................................................................................................................ 17
         DEVELOPMENT RULES AND PRACTICES............................................................................................................. 18
          Development Cycle........................................................................................................................................ 18
          Continuous Integration ................................................................................................................................. 18
          Collective Code Ownership........................................................................................................................... 19
          Programming In Pairs .................................................................................................................................. 19
          Coding Standards.......................................................................................................................................... 20
          On-Site Customer.......................................................................................................................................... 20
          Relentless Testing.......................................................................................................................................... 20
         DESIGN RULES AND PRACTICES........................................................................................................................ 21
          Do The Simplest Thing That Could Possibly Work (DTSTTCPW)................................................................ 21
          You Are Not Gonna Need It (YAGNI)............................................................................................................ 21
          Refactor Mercilessly...................................................................................................................................... 22
          CRC Session.................................................................................................................................................. 23
          System Metaphor........................................................................................................................................... 24
          Lazy Optimization ......................................................................................................................................... 24
        CONCLUSION.................................................................................................................................................... 25
        REFERENCES.................................................................................................................................................... 26
         BOOKS............................................................................................................................................................... 26
         XP WEB-SITES................................................................................................................................................... 26
         XP ARTICLES..................................................................................................................................................... 26
         CRC ARTICLES.................................................................................................................................................. 27
         REFACTORING & TESTING ARTICLES................................................................................................................. 27
         PROGRAMMING IN PAIRS ARTICLES................................................................................................................... 28
         OTHER............................................................................................................................................................... 28
                              2
        Figures
        FIGURE 1 : THE RELATIONSHIPS BETWEEN THE VARIABLES..................................................................................... 5
        FIGURE 2 : SIMPLIFIED PROCESS STRUCTURE........................................................................................................... 8
        FIGURE 3 : SUPPORT RELATIONSHIPS BETWEEN THE RULES AND PRACTICES.......................................................... 14
        FIGURE 4 : EXAMPLE OF A FUNCTIONAL TEST SCORE GRAPH ................................................................................ 15
        FIGURE 5 : EXTRACT CLASS REFACTORING........................................................................................................... 22
        FIGURE 6 : EXAMPLE OF A CRC LAYOUT............................................................................................................... 24
        Pictures
        PICTURE 1 : A USER STORY CARD FROM THE C3 PROJECT....................................................................................... 9
        PICTURE 2 : A ENGINEERING TASK CARD FROM THE C3 PROJECT......................................................................... 12
        PICTURE 3 : THE BULLPEN OF THE C3 PROJECT...................................................................................................... 17
        PICTURE 4 : A STANDUP MEETING.......................................................................................................................... 17
        PICTURE 5 : A PAIR................................................................................................................................................ 19
        PICTURE 6 : EXAMPLE OF A CRC CARD................................................................................................................. 23
                              3
        Introduction
        What is “eXtreme Programming” ?
        eXtreme Programming (XP) is a software development process as well as a methodology.
        A (software development) process defines who is doing what when and how. This means, it provides principles,
        techniques and practices for the efficient, predictable and repeatable production of software systems. Therefore,
        the process serves as a template for creating projects.
        XP is also a process framework because it can be (and most likely will be) tailored to the specific needs of
        teams, projects, companies etc.
        XP is also a lightweight methodology or what Alistair Cockburn calls a “Crystal Methodology”. In short,
        methodologies of this family have high productivity and high tolerance. Communication is usually strong with
        short paths, especially informal (not documented). There the is only a small range of deliverables (artifacts), but
        these are delivered frequently (releases). Processes of the Crystal family identify only a few roles and activities.
        For more information on the methodology space see [Coc].
        To date, XP has been applied to business problems only, e.g. projects with a external customer that wants a
        specific product. The projects usually ranged from 6 to 15 months. XP was used by small teams ranging from
        two to twelve members (and it is likely to be limited to teams of this size).
        Outline
        The text is organized in three sections. In the first part the basic concepts of XP are presented. The second  part
        discusses the process structure of XP. Finally, in the last section the practices and rules of the methodology
        eXtreme Programming are introduced.
        Note that there isn’t much information available yet about the usage of XP. Although one introductionary book
        about XP has been published in 1999 ([Be99-1]) and several others are in the making, and the web sites give
        good introduction, especially information about the pros and cons of XP is still missing. Some possible problems
        are noted where applicable, however.
                              4
The words contained in this file might help you see if this file matches what you are looking for:

...Extreme programming an overview methoden und werkzeuge der softwareproduktion ws author thomas dudziak introduction what is outline basic concepts the four variables values change driven process xp planning game exploration steering development iteration methodology rules and practices management metrics roles workspace tools standup meeting forty hour week cycle continuous integration collective code ownership in pairs coding standards on site customer relentless testing design do simplest thing that could possibly work dtsttcpw you are not gonna need it yagni refactor mercilessly crc session system metaphor lazy optimization conclusion references books web sites articles refactoring other figures figure relationships between simplified structure support example of a functional test score graph extract class layout pictures picture user story card from c project engineering task bullpen pair software as well defines who doing when how t...

no reviews yet
Please Login to review.