What is XP?
XP is a discipline of software development.
There are certain things you must do.
- You must write tests before code.
- You must program in pairs.
- You must integrate frequently.
- You must be rested.
- You must communicate with the customer daily.
- You must follow the customer’s priorities.
- You must leave the software clean and simple by the end of the day.
- You must adapt the process and practices to your environment.