When team development, code review is an essential part of the code-writing process.
Now say, what is code review:
Code review ( Code Review) is a common tool in software development, it is easier to find and architecture and time-related problems than QA testing, but also helps team members to improve programming skills, unified programming style and so on.
The installation of Fisheye is omitted here. If necessary, please do not (Qing) to ( Lian ) to find (xi) me.
here are the installation manuals: http://download.csdn.net/detail/zc474235918/8258457
1.The first is toFisheyewith theSVNto bind.
I 'm using svn, so I'll take subversion for example.
this SVN URL must fill in SVN the path to the library. Note the path to the folder within the library is not writable
After that you can Test Connection, the connection is successful, you can complete the (ADD)
2. Use Fisheye to view each commit code in SVN
The initial use of fisheye, it takes some time to sync the contents of SVN to fisheye.
Once the library has been added to the fisheye, you can see the code for each commit in SVN.
Below, I'm experimenting with an empty library.
2.1 Left Icon
a green plus sign that represents the number of rows added
Red minus sign, representing the number of rows deleted
Note : Modify = Delete + Add
2.2 See update for specified version
Compare to Previous version
There are two shades of the interface that are viewed in version comparison.
Red Shading: Indicates the original content of the previous version
Green Shading: Indicates the updated content of the modified (latest version)
Review the code to improve the quality of your code.
Look at the focus of the code:
1 , whether to comply with the development of the project specifications, including named comments , etc.
2 , view others module, you can see whether the external interface provided by the module meets the requirements
3 , the censor may advise the person to be examined, but not modify the content without authorization
Code review of the work, strictly enforced, will certainly improve the quality of the code.
For code review experience, see:
Http://www.williamlong.info/archives/3272.html
Team Development: Leveraging Fisheye Code reviews (combined with SVN)