<?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>LazyCure &#187; Articles</title>
	<atom:link href="http://lazycure.com/blog/category/articles/feed" rel="self" type="application/rss+xml" />
	<link>http://lazycure.com</link>
	<description>Learn more about yourself with LazyCure</description>
	<lastBuildDate>Thu, 24 Nov 2011 20:41:24 +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>LazyCure on Android</title>
		<link>http://lazycure.com/blog/lazycure-on-android</link>
		<comments>http://lazycure.com/blog/lazycure-on-android#comments</comments>
		<pubDate>Thu, 24 Nov 2011 20:41:24 +0000</pubDate>
		<dc:creator>Mikhail Subach</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[LazyCure]]></category>

		<guid isPermaLink="false">http://lazycure.com/?p=102</guid>
		<description><![CDATA[Do you need Android version of LazyCure? Please, answer in comments.]]></description>
			<content:encoded><![CDATA[<p>Do you need Android version of LazyCure? Please, answer in comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://lazycure.com/blog/lazycure-on-android/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How to contribute to LazyCure development</title>
		<link>http://lazycure.com/blog/lazycure-contribution</link>
		<comments>http://lazycure.com/blog/lazycure-contribution#comments</comments>
		<pubDate>Sun, 21 Nov 2010 22:25:57 +0000</pubDate>
		<dc:creator>Mikhail Subach</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[contribution]]></category>
		<category><![CDATA[LazyCure]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://lazycure.com/?p=76</guid>
		<description><![CDATA[If you would like to contribute to LazyCure development &#8211; it is easy! Here is the first and the single step: Write me in Skype about your desire. You can find by id &#8216;Scorpibear;. After that we discuss the details &#8230; <a href="http://lazycure.com/blog/lazycure-contribution">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you would like to contribute to LazyCure development &#8211; it is easy! Here is the first and the single step:</p>
<blockquote><p>Write me in Skype about your desire.</p></blockquote>
<p>You can find by id &#8216;Scorpibear;. After that we discuss the details and your level of participation.</p>
<p>What is desired: C# .NET 4.0 + NUnit knowledge and Test-Driven Development skills.</p>
<p>Now I&#8217;m working on LazyCure 4.0 release, which could be localized to other languages. I am sure that Russian will be among them &#8211; and if you would like to see LazyCure in other languages &#8211; skype me. Or at least leave a comment here. I will be open with you &#8211; I know only Russian, English and Belorussian. So if you would like to see LazyCure in French, Ukrainian or Japanese &#8211; I need your help!;)</p>
]]></content:encoded>
			<wfw:commentRss>http://lazycure.com/blog/lazycure-contribution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LazyCure Development Stategy</title>
		<link>http://lazycure.com/blog/lazycure-development-stategy</link>
		<comments>http://lazycure.com/blog/lazycure-development-stategy#comments</comments>
		<pubDate>Sat, 16 Aug 2008 09:58:28 +0000</pubDate>
		<dc:creator>Mikhail Subach</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[LazyCure]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://lazycure.com/?p=20</guid>
		<description><![CDATA[Let me introduce LazyCure Development Stategy &#8211; the common principals used by LazyCure developers (at the moment only by me ). One development cycle consists from 5 steps: Bug. Assign a bug to yourself before introducing any code changes. Red. &#8230; <a href="http://lazycure.com/blog/lazycure-development-stategy">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let me introduce LazyCure Development Stategy &#8211; the common principals used by LazyCure developers (at the moment only by me <img src='http://lazycure.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>One development cycle consists from 5 steps:</p>
<ol>
<li>Bug. Assign a bug to yourself before introducing any code changes.</li>
<li> Red. Write a failing automated unit test before you write any code, which reproduces the bug. If unit test could not be created, add test case to LazyCureTest\LazyCure_TestCases.xls.</li>
<li>Green. Write code in order to make unit test or test case passed.</li>
<li> Refactor. Remove code duplication, verifying that all unit tests still passed. You can repeat 2-4 steps by introducing additional tests, related to the bug.</li>
<li> Commit. Commit the code changes, specifying bug id and summary and any other details of maiden changes.</li>
</ol>
<p>The following criteria is taken into the account when bug to fix is chosen:</p>
<ol>
<li>Priority.</li>
<li> Severity.</li>
<li> Creation time.</li>
</ol>
<p>New LazyCure build could be created if there is at least one bug fixed and there are no bugs with priority 9 &#8211; Highest.</p>
<p>New minor LazyCure release could be created if at least one new feature is implemented and there are no bugs with priority 7 &#8211; High or higher.</p>
<p>New major LazyCure release could be created if at least one major feature is implemented and there are no bugs with priority 5 &#8211; High or higher.</p>
<p>The latest version of LazyCure Development Strategy could be found on <a title="LazyCure Development Strategy" href="http://lazycure.wiki.sourceforge.net/Development+Strategy" target="_blank">http://lazycure.wiki.sourceforge.net/Development+Strategy</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://lazycure.com/blog/lazycure-development-stategy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

