<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Review Software</title>
	<atom:link href="http://www.codereviewsoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codereviewsoftware.com</link>
	<description>All about code review tools &#38; code review software</description>
	<lastBuildDate>Mon, 29 Oct 2012 13:40:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Code Review Software</title>
		<link>http://www.codereviewsoftware.com/code-review-software/</link>
		<comments>http://www.codereviewsoftware.com/code-review-software/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 13:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://97.107.128.239/codereviewsoftware/?p=5</guid>
		<description><![CDATA[Code review software can help improve software quality. Some options are listed below. Code Review Software Site Name Company Go Code Collaborator SmartBear software Go Crucible Atlassian Go Kiln FogCreek Go Parasoft Parasoft Go Code Review Tool Protium Software Go Spectare Big Fish Solutions When and why to use code review software You can use [...]]]></description>
				<content:encoded><![CDATA[<p>Code review software can help improve software quality. Some options are listed below.</p>
<table border="1" cellspacing="0" cellpadding="2">
<caption><strong>Code Review Software</strong></caption>
<tbody>
<tr>
<th>Site</th>
<th>Name</th>
<th>Company</th>
</tr>
<tr>
<td><a href="http://smartbear.com/products/development-tools/code-review/">Go</a></td>
<td>Code Collaborator</td>
<td>SmartBear software</td>
</tr>
<tr>
<td><a href="http://www.atlassian.com/software/crucible">Go</a></td>
<td>Crucible</td>
<td>Atlassian</td>
</tr>
<tr>
<td><a href="http://www.fogcreek.com/kiln">Go</a></td>
<td>Kiln</td>
<td>FogCreek</td>
</tr>
<tr>
<td><a href="http://www.parasoft.com/jsp/technologies/code_review.jsp?itemId=325">Go</a></td>
<td>Parasoft</td>
<td>Parasoft</td>
</tr>
<tr>
<td><a href="http://codereviewtool.com">Go</a></td>
<td>Code Review Tool</td>
<td>Protium Software</td>
</tr>
<tr>
<td><a href="http://www.bigfishsolutions.biz/Products/PeerReviewswithSpectare/tabid/121/Default.aspx">Go</a></td>
<td>Spectare</td>
<td>Big Fish Solutions</td>
</tr>
</tbody>
</table>
<h3>When and why to use code review software</h3>
<p>You can use code review software on single-man projects, but the real benefits come from using with a larger team. A fresh pair of eyes to look at the code is needed to view from an umfamilar perspective. Often a programmer may of been bogged down in particulars, so a systematic line by line code review can enable a better understanding of the aim of the code in line with the system requirements. With multi-coder reviews the chances of detecting needlessly complicated code, or simple incorrect code are dramatically increased. Catching this errorneous code relatively early, and replacing it, can lower the technical debt of the project dramatically. This makes it far easier to support, maintain and improve a project.</p>
<p>Doing a security focused code review can also help remove vulnerabilities, reducing any potential attack vector. Removal of commong exploits such as SQL injection or buffer overflows, will reduce the potential attack vector, and result in more secure software.</p>
<p>So this all sounds great, so why wouldn’t you want to do a code review. The major negative is the increased investment in hours needed to do a formal code review. This has to be balanced with the need for stable and secure software, and the consequences of bugs being present. Also code review is certainly no guarantee of bug free software, nothing is. But overall if you have a long term commitment to your core code base, introducing formal code reviews can be a huge step to ensuring higher quality code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codereviewsoftware.com/code-review-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
