1. Agile processes are, as the name implies, a collection of values and methodologies, the principles of agile development are:
1> deliver valuable software early and consistently to meet customer needs
2> Agile Processes welcome changes in demand and leverage this change to improve user competitive advantage
3> often publishes available software, the release interval can be from a few thoughtful months, can be short
4> business people and developers should work together every day during the project development process
5> with an enterprising human project core and trust them fully.
6>-face communication is always the most effective way to communicate, both inside and outside the team
7> available software is a key measure of project progress
8> agile processes should be sustainable and leaders, teams and users should be able to continue to work at the current pace
9> only with constant attention to technology and design, can more and more agile
10> Keep it simple-the skill to simplify the workload as much as possible-extremely important
11> only self-managing teams can create great architectures, requirements, and designs
12> always summarize how to improve team efficiency and put into action
2. Agile steps:
1> find out what needs to be done with the product-produckt Backlog
2> decided that the current sprint needs to be determined-sprint Backlog
3> Sprint: A daily meeting to be run during the sprint everyone reports: What I did yesterday, what I did today, what problems I encountered, and the daily Burndown chart, which was the completion of the mission.
Personal Impressions:
The agile process provides us with a good way to develop the program. We usually get a task, we do not have an effective plan for the development of the program and do not know how to plan the development of the program, which in our three people's team is very obvious, we just started not to know how to develop the program, everyone's task is not clear, the task progress is not clear, But since we learned about the agile process, we know how to plan the development process, how to assign tasks, we do stand-up meetings every day, publish a team blog to record our daily standing meeting content and task progress, we also daily on their own blog to publish their progress, what we did yesterday, what we did today, What problems are encountered, to record the process of our programming. Make our daily programming more planned.
The method of construction read Note 04