<?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>!= : Bang Equals</title>
	<atom:link href="http://www.bangequals.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bangequals.net</link>
	<description>A blog about this that and the other thing.</description>
	<lastBuildDate>Sat, 18 Feb 2012 02:13:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing Posting An Applet</title>
		<link>http://www.bangequals.net/?p=161</link>
		<comments>http://www.bangequals.net/?p=161#comments</comments>
		<pubDate>Sat, 18 Feb 2012 02:13:26 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Applet]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=161</guid>
		<description><![CDATA[I&#8217;m testing two things here, I&#8217;ve installed a plugin to allow me to post Java Applets to this Blog and I&#8217;m testing a bit of code I put together having followed a tutorial on building a game using the MVC pattern. The code is fairly rudimentary, but I&#8217;m out of practice with writing Java front end <a href='http://www.bangequals.net/?p=161' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="applet_embed" id="netohmzdroidsDroids1_container"><script type="text/javascript">
                /* <![CDATA[ */
                var attributes = { 
                    code: 'net.ohmz.droids.Droids.class',
                    archive: 'http://www.bangequals.net/javaApplets/MVCGame/MVCGAME.jar',
                    width: 480, 
                    height: 320 /*,
                    image: 'http://www.bangequals.net/wp-content/plugins/java-applet-embed/data/loading.gif' */
                    };
                var parameters = null;
                var version = null; //'1.5';
                jae_deployJava.runApplet(attributes, parameters, version);
                /* ]]&gt; */
            </script>
            <noscript><div>
                <!--[if !IE]> -->
                <object classid="java:net.ohmz.droids.Droids.class" 
                    type="application/x-java-applet"
                    archive="http://www.bangequals.net/javaApplets/MVCGame/MVCGAME.jar"
                    width="480" height="320"
                    standby="Loading Java applet..." >
                <param name="archive" value="http://www.bangequals.net/javaApplets/MVCGame/MVCGAME.jar" />
                

                <param name="mayscript" value="true" />
                <param name="scriptable" value="true" />
                
                <!--<param name="image" value="http://www.bangequals.net/wp-content/plugins/java-applet-embed/data/loading.gif" />-->
                <param name="boxmessage" value="Loading Java applet..." />
                <param name="boxbgcolor" value="#FFFFFF" />
                
                <param name="test_string" value="outer" />
                <!--<![endif]-->
                
                <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
                    codebase="http://java.sun.com/update/1.6.0/jinstall-6u20-windows-i586.cab"
                    width="480" height="320"
                    standby="Loading Java applet..."  >
                    
                    <param name="code" value="net.ohmz.droids.Droids" />
                    <param name="archive" value="http://www.bangequals.net/javaApplets/MVCGame/MVCGAME.jar" />
                    
                    
                    <param name="mayscript" value="true" />
                    <param name="scriptable" value="true" />
                    
                    <!--<param name="image" value="http://www.bangequals.net/wp-content/plugins/java-applet-embed/data/loading.gif" />-->
                    <param name="boxmessage" value="Loading Java applet..." />
                    <param name="boxbgcolor" value="#FFFFFF" />
                    
                    <param name="test_string" value="inner" />
                    
                    <p>

                        <strong>This browser does not have a Java Plug-in.
                        <br />
                        <a href="http://www.java.com/getjava" title="Download Java Plug-in">Get the latest Java Plug-in here.</a>
                        </strong>
                    </p>
                
                </object>
                <!--[if !IE]> -->
                </object>
                <!--<![endif]-->
            </div></noscript></div>
<p>I&#8217;m testing two things here, I&#8217;ve installed a plugin to allow me to post Java Applets to this Blog and I&#8217;m testing a bit of code I put together having followed a<a href="http://obviam.net/index.php/the-mvc-pattern-tutorial-building-games/"> tutorial on building a game using the MVC pattern</a>.</p>
<p>The code is fairly rudimentary, but I&#8217;m out of practice with writing Java front end code/graphics code so I&#8217;m running through some tutorials to get myself up to speed.</p>
<p>If this works I&#8217;ll post some other stuff I&#8217;ve been playing about with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing Features: iOS &#8220;Share Via&#8221;</title>
		<link>http://www.bangequals.net/?p=156</link>
		<comments>http://www.bangequals.net/?p=156#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:14:14 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Missing Features]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Sharing Data]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=156</guid>
		<description><![CDATA[One feature that I use a hell of a lot on my Android phone is the &#8220;Share Via&#8221; feature, I&#8217;m not sure exactly how it works but as I see it applications can register themselves to the OS as being available to share different types of content. When a user wants to share something the <a href='http://www.bangequals.net/?p=156' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>One feature that I use a hell of a lot on my Android phone is the &#8220;Share Via&#8221; feature, I&#8217;m not sure exactly how it works but as I see it applications can register themselves to the OS as being available to share different types of content. When a user wants to share something the sharing application then asks the OS what applications are available to share this content for example:</p>
<p><img src="https://mail.google.com/mail/u/0/?ui=2&amp;ik=926087eb85&amp;view=att&amp;th=134e73653865ac4e&amp;attid=0.1&amp;disp=inline&amp;realattid=1391176187854716928-1&amp;zw" alt="" width="432" height="768" /></p>
<p>The first application then seamlessly hands the content over to the second application which can do whatever the hell it wants with it. This is great for sharing to your chosen social network etcetera but it really comes into it&#8217;s own when you want to consume content and then blog about it.</p>
<p>One of the first applications I downloaded when I got my iPad was Flipboard, it seamlessly weaves together RSS feeds, Twitter feeds, Tumblr, my Google reader account, Facebook and anything else you throw at it, it&#8217;s great for consuming information. But&#8230; when I find something I like and want to share I am limited in what I can share to:</p>
<p><a href="http://www.bangequals.net/wp-content/fboardshare.png"><img class="alignnone size-full wp-image-157" title="fboardshare" src="http://www.bangequals.net/wp-content/fboardshare.png" alt="" width="680" height="536" /></a></p>
<p>The only reason I can even share to that many things is because it&#8217;s built into FlipBoard iOS only allows you to share via email or (new in iOS 5) Twitter, either way I have to go through a rather convoluted process to share an item to my blog which I can do fairly simply on my phone.</p>
<p>From Safari all I can do is Tweet or email pages:</p>
<p><img src="https://mail.google.com/mail/u/0/?ui=2&amp;ik=926087eb85&amp;view=att&amp;th=134e7478374ce176&amp;attid=0.1&amp;disp=inline&amp;zw" alt="" /></p>
<p>Its a shame because I really would like to be able to browse crap on my iPad and post directly to my blog from Safari it seems really natural that this should be easy to do, and sharing data from one application to another should be simple. I guess it would break Apple&#8217;s segregation of applications philosophy, but I think if the OS handled passing data from one application to another, like it does in Android, it&#8217;s fairly safe.</p>
<p>As it stands I have an email alias set up that I use to store any links that I want to blog, I then forget I&#8217;ve sent the email and forget to blog about whatever it is that I wanted to blog about.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=156</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incoming Category: Missing Features</title>
		<link>http://www.bangequals.net/?p=127</link>
		<comments>http://www.bangequals.net/?p=127#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:48:07 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Missing Features]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=127</guid>
		<description><![CDATA[I&#8217;ve recently gotten an iPad and I&#8217;ve decided that I&#8217;m going to log anything that I find missing from either Android or iOS that I really like in the other in a series of mini blog posts called Missing Features. Partly because I miss these features and partly because I think the features are actually <a href='http://www.bangequals.net/?p=127' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently gotten an iPad and I&#8217;ve decided that I&#8217;m going to log anything that I find missing from either Android or iOS that I really like in the other in a series of mini blog posts called Missing Features. Partly because I miss these features and partly because I think the features are actually missing from the respective OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix software issues.</title>
		<link>http://www.bangequals.net/?p=150</link>
		<comments>http://www.bangequals.net/?p=150#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:52:13 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=150</guid>
		<description><![CDATA[&#160; Via A secret place]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img src="http://28.media.tumblr.com/tumblr_lw1rp82Xcx1qf3ejto1_500.jpg" alt="How to fix software issues." /></p>
<p>Via <a href="http://seriousjumprole.tumblr.com/post/14068004472/how-to-fix-software-issues">A secret place</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life of a Software Developer.</title>
		<link>http://www.bangequals.net/?p=148</link>
		<comments>http://www.bangequals.net/?p=148#comments</comments>
		<pubDate>Wed, 09 Nov 2011 10:20:50 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Satire]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Comic]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=148</guid>
		<description><![CDATA[via A secret place, A sweet escape]]></description>
			<content:encoded><![CDATA[<p><img src="http://27.media.tumblr.com/tumblr_luawxcv3rH1qf3ejto1_500.jpg" alt="Life of a Software Developer." /></p>
<p>via <a href="http://seriousjumprole.tumblr.com/post/12472863021/life-of-a-software-developer">A secret place, A sweet escape</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Land a Job in Tech [Infographic]</title>
		<link>http://www.bangequals.net/?p=144</link>
		<comments>http://www.bangequals.net/?p=144#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:59:40 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Job Hunting]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hiring]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Recruitment]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=144</guid>
		<description><![CDATA[Interesting infographic on hiring trends in the tech industry in the UK. Via MastersDegree.]]></description>
			<content:encoded><![CDATA[<p><a style="text-align: center;" href="http://www.zerohedge.com/contributed/how-land-tech-job-apple-google-and-facebook?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+zerohedge%2Ffeed+%28zero+hedge+-+on+a+long+enough+timeline%2C+the+survival+rate+for+everyone+drops+to+zero%29&amp;utm_content=Google+Reader"><img src="http://www.bangequals.net/wp-content/tech-job.jpg" alt="" /></a></p>
<p>Interesting infographic on hiring trends in the tech industry in the UK.</p>
<p>Via <a href="http://www.mastersdegree.net/blog/2011/job-in-tech/">MastersDegree</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 5 Website Leaked?</title>
		<link>http://www.bangequals.net/?p=120</link>
		<comments>http://www.bangequals.net/?p=120#comments</comments>
		<pubDate>Wed, 10 Aug 2011 17:49:03 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 5]]></category>
		<category><![CDATA[Leak]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=120</guid>
		<description><![CDATA[Has the iPhone 5 been leaked on Apples own German website? I&#8217;m surprised this isn&#8217;t generating more buzz I&#8217;ve only seen one link to it on twitter and it&#8217;s not zoomed to front page of Reddit yet, are we too skeptical? If it&#8217;s legit Apple have adopted the same slimline design they used for the <a href='http://www.bangequals.net/?p=120' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/jxYnuHX3LCI&amp;feature=player_embedded" /><param name="wmode" value="transparent" /><embed width="425" height="350" type="application/x-shockwave-flash" src="http://www.youtube.com/v/jxYnuHX3LCI&amp;feature=player_embedded" wmode="transparent" /></object></p>
<p>Has the iPhone 5 been leaked on Apples own German website? I&#8217;m surprised this isn&#8217;t generating more buzz I&#8217;ve only seen one link to it on twitter and it&#8217;s not zoomed to front page of Reddit yet, are we too skeptical?</p>
<p>If it&#8217;s legit Apple have adopted the same slimline design they used for the iPad2 and have upped the camera to 8 megapixels. They have also gotten rid of the 16Gb model and added a 64Gb one ( I&#8217;d assumed there was a 64 Gig one before but apparently not according to Apple&#8217;s UK website).</p>
<p>It&#8217;s got a 4.2&#8243; Retina display, a contrast of 800:1 and they&#8217;ve upgraded the processor to a dual-core A5.</p>
<p>I don&#8217;t see anything revolutionary here, which leads some credibility to the site, as apple tend not to shoot leaps ahead, they play it safe and incrementally upgrade their phones. These specs and iOS 5 brings the iPhone in line with the current generation of Android phones which is where Apple want to be.</p>
<p>Worth noting, the image of the supposed iPhone5 shows &#8220;No Service&#8221; as it&#8217;s reception, I don&#8217;t think that Apple would let that be on their official website, especially after the issues they had with the iPhone4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capcom Tries to Stamp out Used Game Sales By Destroying Replay Value</title>
		<link>http://www.bangequals.net/?p=117</link>
		<comments>http://www.bangequals.net/?p=117#comments</comments>
		<pubDate>Tue, 28 Jun 2011 12:32:28 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[2nd hand market]]></category>
		<category><![CDATA[Capcom]]></category>
		<category><![CDATA[Replayability]]></category>
		<category><![CDATA[Resident Evil]]></category>
		<category><![CDATA[Save]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=117</guid>
		<description><![CDATA[In a move this is going to make the gaming community irate but is probably going to have little to no effect on first hand sales Capcom have decided that they are releasing Resident Evil: Mercenaries 3D with one save slot that cannot be reset. I understand the logic behind this, if you can&#8217;t reset <a href='http://www.bangequals.net/?p=117' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In a move this is going to make the gaming community irate but is probably going to have little to no effect on first hand sales Capcom have decided that they are releasing Resident Evil: Mercenaries 3D with one save slot that cannot be reset.</p>
<p>I understand the logic behind this, if you can&#8217;t reset the save slot then when you pass the game on to someone else they maintain your progress.</p>
<p>I&#8217;m not sure how much of an effect this will have though, I&#8217;ve not played a Resident Evil game in a while but the last few Capcom games I&#8217;ve played have had a level select that allows you to play through any level you have completed. If this is the case for RE:M3D then I don&#8217;t see not being able to wipe the save to be an issue.</p>
<p>I really don&#8217;t hope this becomes the norm as it would kill certain genres of games, games where your decisions mattered would be terrible if you couldn&#8217;t replay them and make different decisions. Somehow I don&#8217;t think that it&#8217;s going to matter very much for RE:M3D though. Assuming anyone actually buys it first hand to start with, as if it&#8217;s anything like the RE demo I played at the 3DS road show it&#8217;s going to be a terrible game anyway.</p>
<p>Via <a href="http://dvice.com/archives/2011/06/capcom-tries-to.php">DVICE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wii U Passing on DVD, Blu-ray Is This A Good Idea?</title>
		<link>http://www.bangequals.net/?p=113</link>
		<comments>http://www.bangequals.net/?p=113#comments</comments>
		<pubDate>Thu, 16 Jun 2011 09:29:26 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[DVD Playback]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Wii U]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=113</guid>
		<description><![CDATA[Apparently the new Nintendo Wii U won&#8217;t support video playback, but will instead use a proprietor y format 25Gb disk. I know the Wii did perfectly well despite not having a DVD player, and that was indeed because most people already have a DVD player plugged into their TV, but&#8230; The Wii U&#8217;s controller has the potential <a href='http://www.bangequals.net/?p=113' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Apparently the new Nintendo Wii U won&#8217;t support video playback, but will instead use a proprietor y format 25Gb disk.</p>
<p>I know the Wii did perfectly well despite not having a DVD player, and that was indeed because most people already have a DVD player plugged into their TV, but&#8230; The Wii U&#8217;s controller has the potential to do something really cool here:</p>
<p>Imagine your kid is watching cartoons on the TV, they have been home since 3 or 4 (or whenever kids come home from school these days) you come home from work exhausted wanting to watch some hard earned TV. You have to kick your kid off the TV to do so, but wait! your kid is watching their cartoons using their Wii U. At the flick of a button they are watching their cartoons on the Wii U controller and you are watching whatever crap TV you watch to wind down after a hard day in the office.</p>
<p>Nintendo have already demonstrated that this kind of thing is a valid use case for the Wii U&#8217;s new controller, it&#8217;s the first thing that happens in the video where they announce it. Okay so maybe they have to pay a little extra for the patents required to playback DVDs, I think it&#8217;s probably worth it though.</p>
<p>Alternatively Nintendo could be hedging their bets on having streaming/stored video options on the Wii U, these are I guess easier to monetize as you can rent/sell content to people and try and make your home console more of an entertainment centre. I doubt this is what Nintendo are planning though, as they seem to shy away from making their consoles into convergence devices unlike Sony and Microsoft who embrace any and every way they can to sap money from you after sale.</p>
<p><a href="http://uk.gamespot.com/news/6319615/wii-u-passing-on-dvd-blu-ray">GameSpot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of QA</title>
		<link>http://www.bangequals.net/?p=106</link>
		<comments>http://www.bangequals.net/?p=106#comments</comments>
		<pubDate>Tue, 29 Mar 2011 09:33:29 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.bangequals.net/?p=106</guid>
		<description><![CDATA[In my current job I work in a small development team where developers usually work alone on short term projects, as such there is very little emphasis on QA (Quality Assurance/Testing). We run tests, and when possibly implement unit testing, but usually testing an application is just a case of the developer running through a <a href='http://www.bangequals.net/?p=106' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In my current job I work in a small development team where developers usually work alone on short term projects, as such there is very little emphasis on QA (Quality Assurance/Testing). We run tests, and when possibly implement unit testing, but usually testing an application is just a case of the developer running through a test script which they have put together as an afterthought.</p>
<p>This is in stark contrast to my last job where we had an entire QA team who were dedicated team whose job it was to break whatever software the developers made in new an interesting ways.</p>
<p>I&#8217;ve been working with a customer recently who have set up a team to QA a product we have made for them, and it&#8217;s highlighted the importance of decoupling QA from development.</p>
<p>When a developer tests things they think of the program from a developers point of view, and it&#8217;s very hard to escape this mindset. Small bugs will get overlooked, certain paths through the application will be ignored, and certain usability issues will just be missed.</p>
<p>The reason behind this is probably that developers are developers and it&#8217;s sometimes very hard to escape the code, and it&#8217;s very easy to fall into an attitude of &#8220;That&#8217;ll do&#8221;, especially when the developer is the one who&#8217;s going to have to fix it. A dedicated QA tester doesn&#8217;t care about the code, they care about the user experience and correctness, their sole responsibility to to find holes in the project and to ensure that someone fixes them.</p>
<p>In short: It&#8217;s very hard for someone to switch from finding bugs to fixing them, the two require completely different mindsets. Having different people doing each makes everyone&#8217;s life easier.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangequals.net/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

