Extreme Programming Terms
- Artifact - Document
- Integration - Code from more then one source is put together so that the whole program will work.
- Pair programming - When two programmers write code together. One writes code and the other considers whether the approach to writing the code will work and how to test the code.
- Refactoring - The process of modifying code to accomodate changes to the project requirements while keeping the code structured.