<?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>ArcTouch &#187; Developer Tips</title>
	<atom:link href="http://arctouch.com/tag/developer-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://arctouch.com</link>
	<description>San Francisco App Developers &#124; Best iPhone, iPad, and Android App Developers For Hire</description>
	<lastBuildDate>Wed, 16 May 2012 19:11:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Development Best Practices: Test, Code, Repeat</title>
		<link>http://arctouch.com/2009/07/development-best-practices-test-code-repeat/</link>
		<comments>http://arctouch.com/2009/07/development-best-practices-test-code-repeat/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:32:48 +0000</pubDate>
		<dc:creator>adam.fingerman</dc:creator>
				<category><![CDATA[Android Development]]></category>
		<category><![CDATA[BlackBerry Development]]></category>
		<category><![CDATA[iPhone/iPad Development]]></category>
		<category><![CDATA[webOS Development]]></category>
		<category><![CDATA[Agile Development]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Developer Tips]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://arctouch.com/?p=686</guid>
		<description><![CDATA[A $2,000 Per Day Software Bug TechCrunch reports a story of a top iPhone app developer that was losing $2,000 a day in ad revenue for their app because they made a simple software programming mistake that could have easily been caught by basic testing. Test Driven Development Our programmers use test driven development to [...]]]></description>
			<content:encoded><![CDATA[<h3>A $2,000 Per Day Software Bug</h3>
<p><a href="http://www.techcrunch.com/2009/07/17/top-iphone-app-developer-was-losing-out-on-2000-a-day-because-of-sloppy-coding/">TechCrunch reports</a> a story of a top iPhone app developer that was losing $2,000 a day in ad revenue for their app because they made a simple software programming mistake that could have easily been caught by basic testing.</p>
<h3>Test Driven Development</h3>
<p>Our programmers use test driven development to ensure the highest quality code in our iPhone, Android, BlackBerry and Pre apps. They create automated unit tests that define the expected results of the application functionality BEFORE writing any software code.</p>
<p><strong>Test driven development follows a simple process:</strong></p>
<ol>
<li><strong>Write the tests.</strong> Tests are written before the functionality being tested. This helps ensure that the application is written for testability, since developers must consider how to test the application from the outset, rather than worrying about it later. It also ensures that tests for every feature will be written. Other developers using traditional development methods choose to code the features first, but then inevitably under time pressure to work on the next feature neglect testing entirely. Don&#8217;t let your apps fall into that trap &#8211; demand that any app developer you hire uses test driven development.</li>
<li><strong>Fail the tests</strong>. All tests fail first because no software code has been written by the programmer. This ensures that the test has been written correctly. Once this is shown, the underlying functionality can be implemented.</li>
<li><strong>Write some code and rerun the tests.</strong> The next step is to write some code that will cause the test to pass. Now the code can be cleaned up as necessary and re-run against the tests, a process known as refactoring.</li>
</ol>
<p>Test-driven development constantly repeats the process of adding test cases that fail, passing them, and refactoring. Passing the tests confirms correct application functionality as developers evolve and refactor the code. Our programmers use automated test frameworks to re-run the complete set of tests whenever new code is introduced, ensuring that the previously completed code is still fully functional without bugs.</p>
<h3>Test Driven Development Benefits</h3>
<p>Studies have shown that test driven development has numerous benefits and leads to better software.</p>
<ul>
<li>Programmers are better able to focus and are more productive.</li>
<li>By writing tests before coding, developers show they clearly understand the feature&#8217;s specifications and requirements.</li>
<li>Errors introduced during the development cycle are discovered earlier and easier to rectify.</li>
<li>Software is designed simpler and is more modularlized, flexible and extensible.</li>
<li>No code is written beyond what is needed to pass a test.</li>
<li>Finished software has better quality and is more stable.</li>
</ul>
<h3>ArcTouch Bug Free Guarantee</h3>
<p>We&#8217;re so confident that our Quantum Development process and our test driven development results in superior quality apps that we offer a bug free guarantee. If you discover a problem anytime after we&#8217;ve delivered your app to you we&#8217;ll fix it for free. Guaranteed.</p>
<p>If you&#8217;re considering hiring an iPhone developer, an Android developer, a BlackBerry developer, or a Pre developer, make sure they use test driven development and offer you a bug free guarantee. If not, their mistakes may cost you far more than your original cost to develop the mobile app in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://arctouch.com/2009/07/development-best-practices-test-code-repeat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer Reading List For App Developers</title>
		<link>http://arctouch.com/2009/06/summer-reading-list-for-app-developers/</link>
		<comments>http://arctouch.com/2009/06/summer-reading-list-for-app-developers/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 00:39:47 +0000</pubDate>
		<dc:creator>adam.fingerman</dc:creator>
				<category><![CDATA[Android Development]]></category>
		<category><![CDATA[BlackBerry Development]]></category>
		<category><![CDATA[iPhone/iPad Development]]></category>
		<category><![CDATA[webOS Development]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Developer Tips]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://arctouch.com/?p=650</guid>
		<description><![CDATA[Essential Books For Software Developers After you&#8217;ve gotten done reading all the material in the new Palm Pre SDK and the information in the iPhone 3.0 SDK, you may want to add some additional items to your summer reading list. The IDEs, simulators and development kits make it easy to rapidly develop apps for mobile [...]]]></description>
			<content:encoded><![CDATA[<h3>Essential Books For Software Developers</h3>
<p>After you&#8217;ve gotten done reading all the material in the new Palm Pre SDK and the information in the iPhone 3.0 SDK, you may want to add some additional items to your summer reading list. The IDEs, simulators and development kits make it easy to rapidly develop apps for mobile phones, but it&#8217;s important not to jump right in without laying a solid foundation for stable, scaleable applications.</p>
<p><span id="more-650"></span>We highly recommend the following books for mobile app developers. They cover the fundamentals and &#8220;best practices&#8221; for software development and are key resources for all software programmers to learn from. These books will teach you how to develop code that is better quality, easier to maintain, and reusable in your other apps.</p>
<p>Throw them in the backpack before you head to the beach&#8230; you are getting to the beach this summer aren&#8217;t you?</p>
<h3><strong>Must-Read Development Books</strong></h3>
<ul>
<li><strong>Developer Reading:</strong> <a href="http://www.amazon.com/Pragmatic-Programmer-Journeyman-Master/dp/020161622X/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245803350&amp;sr=8-1">The Pragmatic Programmer: From Journeyman to Master</a> (if you only have time for 1 book &#8211; this should be it)</li>
<li><strong>Object Oriented Design and Programming Reference:</strong> <a href="http://www.amazon.com/Design-Patterns-Object-Oriented-Addison-Wesley-Professional/dp/0201633612/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1245804333&amp;sr=1-2">Design Patterns: Elements of Reusable Object-Oriented Software</a> (put this on your bookshelf and refer to it any time you need to design anything)<a href="http://www.amazon.com/Design-Patterns-Object-Oriented-Addison-Wesley-Professional/dp/0201633612/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1245804333&amp;sr=1-2"><br />
</a></li>
<li><strong>Development Process &amp; Best Practices:</strong> <a href="http://www.amazon.com/Test-Driven-Development-Addison-Wesley-Signature/dp/0321146530/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245803643&amp;sr=1-1">Test Driven Development: By Example</a></li>
</ul>
<h3>Other Books To Make You A Rock Star Mobile App Programmer</h3>
<ul>
<li><a href="http://www.amazon.com/Object-Oriented-Analysis-Applications-Addison-Wesley-Technology/dp/020189551X/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245803694&amp;sr=1-1">Object-Oriented Analysis and Design with Applications</a></li>
<li><a href="http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245803733&amp;sr=1-1">Code Complete: A Practical Handbook of Software Construction</a></li>
<li><a href="http://www.amazon.com/Refactoring-Improving-Existing-Addison-Wesley-Technology/dp/0201485672/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245803764&amp;sr=1-1">Refactoring: Improving the Design of Existing Code</a></li>
<li><a href="http://www.amazon.com/Object-Primer-Agile-Model-Driven-Development/dp/0521540186/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245803788&amp;sr=1-1">The Object Primer: Agile Model-Driven Development with UML 2.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://arctouch.com/2009/06/summer-reading-list-for-app-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

