欢迎来到天天文库
浏览记录
ID:35297264
大小:81.63 KB
页数:4页
时间:2019-03-23
《代码评审资料总结codereview》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、CodeReview(代码评审)评审项目组针对代码培训的资料总结。WhatisCodeReview(什么是代码评审)Codereviewissystematicexamination(oftenaspeerreview)ofcomputersourcecodeintendedtofindandfixmistakesoverlookedintheinitialdevelopmentphase,improvingboththeoverallqualityofsoftwareandthedevelopers’skills.代码评审是指在软件开发过程中,通过对源代码进行系统
2、性检查的过程。通常的目的是查找系统缺陷,保证软件总体质量和提高开发者自身水平。WhywedoCodeReview(为什么进行代码评审)1.提高质量2.及早发现潜在缺陷与BUG,降低事故成本。3.促进团队内部知识共享,提高团队整体水平4.评审过程对于评审人员来说,也是一种思路重构的过程。帮助更多的人理解系统。5.……TypesofCodeReview(代码评审的几种类型)Codereviewpracticesfallintotwomaincategories:formalcodereviewandlightweightcodereview.一般来说,代码评审分为正式代
3、码评审与轻量级代码评审俩种.FormalCodeReview(正式代码评审)Faganinspection(著名的范根检查法):Faganinspectionreferstoastructuredprocessoftryingtofinddefectsindevelopmentdocumentssuchasprogrammingcode,specifications,designsandothersduringvariousphasesofthesoftwaredevelopmentprocess.ItisnamedafterMichaelFaganwhoiscre
4、ditedwithbeingtheinventorofformalsoftwareinspections.范根检查法是一种正式的,结构化的软件评审方式,它针对的对象包含了软件开发生命周期中的需求说明、系统设计、测试样例以及程序代码等大部分输出物。Roles·Author/Designer/Coder:作者·Reader:paraphrasesthedocument(阅读者)·Tester:reviewsthedocumentfromatestingstandpoint(评审员)·Moderator:responsiblefortheinspectionsession
5、,functionsasacoach(协调人)·Recorder:recorddetects.(记录员)FlowLightweightCodeReview(轻量级代码评审)Lightweightcodereviewtypicallyrequireslessoverheadthanformalcodeinspections,thoughitcanbeequallyeffectivewhendoneproperly.Lightweightreviewsareoftenconductedaspartofthenormaldevelopmentprocess:相对于正式代码
6、评审,轻量级代码评审所需要的各种成本要明显低的多,如果流程正确,它可以起到更加积极的效果。正因如此,轻量级代码评审经常性得被引入到软件开发过程中。延伸阅读:MichaelFagan?fatherofalegacy几种常见的轻量级代码评审方式:·Over-the-shoulder–Onedeveloperlooksovertheauthor’sshoulderasthelatterwalksthroughthecode.(它由作者启动和主持评审,作者向评审者展示文档。优点是启动快,成本低,缺点是容易被作者误导过程)·Emailpass-around–Sourcecod
7、emanagementsystememailscodetoreviewersautomaticallyaftercheckinismade.(优点自动化,可以及时提供最新代码进行评审,缺点是无法达到人工筛选的功效)·PairProgramming–Twoauthorsdevelopcodetogetheratthesameworkstation,suchiscommoninExtremeProgramming.(源于XP,作者与评审者平级,可以帮助同伴间的学习和共享)·ReviewMeeting–(定期组织review会议,轮流有团队成员选出自己的评审作品,需要
此文档下载收益归作者所有