- Hands-On Software Engineering with Python
- Brian Allbee
- 274字
- 2021-06-24 18:20:37
Extreme programming
The most noticeable aspect of Extreme Programming (XP) is probably the paired programming approach, which can be an integral part of its implementation. The intention/expectation behind it is that two developers, using one computer, work on the code, which, ideally improves their focus, their ability to collaborate, solve any challenges more quickly, and allows for faster, better, and more reliable detection of potential risks that are inherent to the code being produced. In a paired scenario, the two developers alternate with some frequency between being the person writing the code and the person reviewing it as it's being written. Not all XP implementations use the paired approach, but when it's not in play, other processes, such as extensive and frequent code reviews and unit testing, are necessary to maintain at least some of the benefits that are lost by not using that option.
XP as a methodology may not be able to handle highly complex code bases or highly complex changes to code bases without sacrificing some of its development velocity. It also tends to require more intensive planning and requirements than the more just-in-time approaches such as Scrum and Kanban, since the paired developers should, ideally, be able to work on code in as autonomous a fashion as they can manage. The more information the pair team has up-front, the less time they will have to spend trying to track down information they need, and the less disruption will occur to their efforts. XP doesn't really have any method for tracking progress, or keeping efforts and roadblocks visible, but adopting or bolting on something from some other methodology is certainly possible.
- 后稀缺:自動化與未來工作
- Introduction to DevOps with Kubernetes
- 影視后期制作(Avid Media Composer 5.0)
- 返璞歸真:UNIX技術內幕
- Visual C# 2008開發技術詳解
- Learning Azure Cosmos DB
- Docker on Amazon Web Services
- 中國戰略性新興產業研究與發展·增材制造
- Linux內核精析
- Mastering Ceph
- Creating ELearning Games with Unity
- 教育創新與創新人才:信息技術人才培養改革之路(四)
- 數字多媒體技術與應用實例
- 網管員世界2009超值精華本
- ARM嵌入式開發實例