博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Learning about the XP (extreme programming)
阅读量:5119 次
发布时间:2019-06-13

本文共 1133 字,大约阅读时间需要 3 分钟。

XP has four the most principles as showed below:

1, Simplicity: for the requirements are always inevitable, so, the more simple to build simple model for customer, the more quick customer's feedback will be received, make sure we will go the wrong way or make some even good thing but customer don't want.

2, Communication: programming communicate with each other can through unit case even better than source code; about pair programming, one for coding, one for testing or additional design, also they swap often. We also need a on-site customer to answer our questions.

3, Feedback: for customer, the feedback is very important, it will give new features or some thing mistakes about customer's requirments, about two weeks once, customer will get the new version of product and feedback will be given later days, also the code can feedback to programmers by some errors, and the unit test is a very important way to implement that.

4, Courage: the Manager has enough courage to do pair programming - it seems like productivity will drop 50%.

 

to be continue...

转载于:https://www.cnblogs.com/jerryhong/archive/2008/11/06/1327952.html

你可能感兴趣的文章
Web应用服务器监控
查看>>
我的路
查看>>
题目1009:二叉搜索树
查看>>
2754:八皇后
查看>>
数据库面试总结
查看>>
ionic2基础(二)
查看>>
最接近原点的K个点
查看>>
error no such partition grub rescue 解决方法
查看>>
MySQL之优化
查看>>
Android系统中自定义按键的短按、双击、长按事件
查看>>
Swift - 生成随机颜色(Extension UIColor)
查看>>
数据仓库专题(4)-分布式数据仓库事实表设计思考---讨论精华
查看>>
关于内存泄漏的一些点
查看>>
iOS开发:如何对使用了autolayout的UIView添加动画
查看>>
NVL NVL2 COALESCE NULLIF decode
查看>>
Android——ContentProvider
查看>>
响应式开发移动端入门必备知识
查看>>
groovy
查看>>
春花无实
查看>>
四则运算二
查看>>