First, we need to know the following points:
1. What is extreme programming?
To understand eXtreme Programming, we need to know what eXtreme Programming is. To be exact, we should say "Extreme Programming" is more accurate. Why should we say this, because eXtreme Programming is one of agile methods, it is a software development method. Agile Software Development emphasizes efficiency and humanization, the final programming followed by extreme programming, as well as refactoring and simple definitions can effectively shorten the development cycle of the team.
2. Why eXtreme Programming?
During software development, do you often encounter unclear customer requirements or frequent changes? Or what is the gap between developers? Extreme programming requires a team composed of customers, developers and project managers. Extreme Programming emphasizes communication, communication between developers and customers, and communication between developers and developers, developers can communicate with the project manager and use extreme programming to completely solve these problems.
3. How to Use eXtreme Programming
Extreme Programming is suitable for small projects. It is suitable for projects with unclear or changing requirements. If your team needs extreme programming, what it does is: communication, simplicity, and teaming, I don't need to introduce the concept of communication and team formation. Simple refers to simple design, simple comments,CodeSimple and Easy to test.