<?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>Geekality &#187; Subversion</title>
	<atom:link href="http://www.geekality.net/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekality.net</link>
	<description>With a hint of Social Ineptitude</description>
	<lastBuildDate>Thu, 26 Aug 2010 17:44:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Project Euler: Just two tiny notes</title>
		<link>http://www.geekality.net/2009/09/25/project-euler-just-two-tiny-notes/</link>
		<comments>http://www.geekality.net/2009/09/25/project-euler-just-two-tiny-notes/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 20:47:34 +0000</pubDate>
		<dc:creator>Torleif</dc:creator>
				<category><![CDATA[Project Euler]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.geekality.net/?p=535</guid>
		<description><![CDATA[Just two things I felt like mentioning: Thing number one I got tired of the page 2 stuff. So, I swapped all the &#60;!&#8211;nextpage&#8211;&#62; things with &#60;!&#8211;more&#8211;&#62; and a header. Which means that the solution will now be on the &#8230; <a href="http://www.geekality.net/2009/09/25/project-euler-just-two-tiny-notes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just two things I felt like mentioning:</p>
<h2>Thing number one</h2>
<p>I got tired of the page 2 stuff. So, I swapped all the &lt;!&#8211;nextpage&#8211;&gt; things with &lt;!&#8211;more&#8211;&gt; and a header. Which means that the solution will now be on the same page as the problem. (Although not on the index page).</p>
<h2>Thing number two</h2>
<p>My brother puts his whole solution on a public subversion repository, which is a very good idea. Following his good example, <del datetime="2010-05-15T19:19:50+00:00">I did a repository dump of my local VisualSVN Server and&#8230; undumped(??) it into one I set up here on my web host which I will be using from now on instead.</del></p>
<p><strong>Update:</strong> SubVersion turned out to be a bit blah sometimes, so I am trying out Mercurial now instead. The repository has been converted and published on <a href="http://bitbucket.org/svish/project-euler">BitBucket</a>. Mercurial seems a lot nicer than SubVersion so far. You can find a very good introduction at <a href="http://hginit.com/">hginit.com</a>.</p>
<h2>Thing number three</h2>
<p><img src="http://www.geekality.net/wp-content/uploads/2009/09/works-on-my-machine-starburst.png" alt="Works On My Machine" title="Works On My Machine" width="200" height="193" class="alignright size-full wp-image-536" />Ok, ok, the topic says two, but I just figured I should maybe mention one more thing. You see, the code you will find in my aforementioned subversion repository cannot be run. Like, there is no main method or anything there. That is because I am trying to teach myself how to use test cases, etc. So, instead of creating an executable program for each problem or one program with fancy &#8220;Solve problem #n&#8221;-buttons, I decided to just do it all in test cases. So, my solutions are actually found as part of the test project (well, the running of them anyways). I am using <a href="http://testdriven.net/">TestDriven.net</a> to run them, and it works great. This way I can also do a lot of changes, and then just run my tests and make sure that all my solutions still calculate correctly. Awesome stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekality.net/2009/09/25/project-euler-just-two-tiny-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
