<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: How to program independent games</title>
	<atom:link href="https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/feed" rel="self" type="application/rss+xml" />
	<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games</link>
	<description>Michał Marcinkowski&#039;s: Gamedev Log &#38; Articles</description>
	<lastBuildDate>Tue, 24 Mar 2026 04:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>By: shurcooL</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-247406</link>
		<dc:creator><![CDATA[shurcooL]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 15:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-247406</guid>
		<description><![CDATA[I think it&#039;s better to use the term &quot;gets the job done&quot; code vs. &quot;good&quot; code.

It still has to work as expected, even if its architecture is not the most beautiful thing in the world. Bad code usually means something doesn&#039;t do what its supposed to.]]></description>
		<content:encoded><![CDATA[<p>I think it&#8217;s better to use the term &#8220;gets the job done&#8221; code vs. &#8220;good&#8221; code.</p>
<p>It still has to work as expected, even if its architecture is not the most beautiful thing in the world. Bad code usually means something doesn&#8217;t do what its supposed to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niko šveikovsky</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-240066</link>
		<dc:creator><![CDATA[niko šveikovsky]]></dc:creator>
		<pubDate>Sun, 03 Jul 2011 16:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-240066</guid>
		<description><![CDATA[i get you.

bad code is the result of flashes of inspiration. a vision only stays fresh for so long, even a conceptual abstract is nowhere near as motivational as &#039;seeing&#039; your future product in your mind. simultaneously cleaning up and optimizing while coding your ideas is near impossible, because each compile that does what you envisioned just inspires you more. i&#039;ve tried writing nothing but clean code, i just end up going in circles without coming up with anything real.]]></description>
		<content:encoded><![CDATA[<p>i get you.</p>
<p>bad code is the result of flashes of inspiration. a vision only stays fresh for so long, even a conceptual abstract is nowhere near as motivational as &#8216;seeing&#8217; your future product in your mind. simultaneously cleaning up and optimizing while coding your ideas is near impossible, because each compile that does what you envisioned just inspires you more. i&#8217;ve tried writing nothing but clean code, i just end up going in circles without coming up with anything real.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MM</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239845</link>
		<dc:creator><![CDATA[MM]]></dc:creator>
		<pubDate>Sat, 02 Jul 2011 19:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239845</guid>
		<description><![CDATA[&lt;i&gt;If Soldat was to be written in “good code”, it wouldn’t be written at all.&lt;/i&gt;

That&#039;s my point.]]></description>
		<content:encoded><![CDATA[<p><i>If Soldat was to be written in “good code”, it wouldn’t be written at all.</i></p>
<p>That&#8217;s my point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archont</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239667</link>
		<dc:creator><![CDATA[archont]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 23:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239667</guid>
		<description><![CDATA[Were you trying to be funny or just dumb?

Code quality can be seen ultimately in the finished product. For games like yours it doesn&#039;t matter what&#039;s inside the source files. 

Bad code = crashes, freezes, doesn&#039;t work as intended, leaks memory, doesn&#039;t work on various hardware/software configurations, is easy to break

Good code = works as expected

Bad code can be written by overengineering and a drive for needless perfection. Using oversized frameworks, generalized solutions, crazy optimizations, needless error checking and all kinds of proper programming techniques does not make a code good

UNLESS

you&#039;re writing code controlling a submarine ICBM launcher, a banking server backup system or something.]]></description>
		<content:encoded><![CDATA[<p>Were you trying to be funny or just dumb?</p>
<p>Code quality can be seen ultimately in the finished product. For games like yours it doesn&#8217;t matter what&#8217;s inside the source files. </p>
<p>Bad code = crashes, freezes, doesn&#8217;t work as intended, leaks memory, doesn&#8217;t work on various hardware/software configurations, is easy to break</p>
<p>Good code = works as expected</p>
<p>Bad code can be written by overengineering and a drive for needless perfection. Using oversized frameworks, generalized solutions, crazy optimizations, needless error checking and all kinds of proper programming techniques does not make a code good</p>
<p>UNLESS</p>
<p>you&#8217;re writing code controlling a submarine ICBM launcher, a banking server backup system or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darDar</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239335</link>
		<dc:creator><![CDATA[darDar]]></dc:creator>
		<pubDate>Thu, 30 Jun 2011 08:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239335</guid>
		<description><![CDATA[this all sadly doesnt help if there are no frequently updates. (unless they re not needed)]]></description>
		<content:encoded><![CDATA[<p>this all sadly doesnt help if there are no frequently updates. (unless they re not needed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaps</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239241</link>
		<dc:creator><![CDATA[Kaps]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 20:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239241</guid>
		<description><![CDATA[Even through this is true, the lag in soldat and KAG are pretty much the only thing turning me off from such fun games.

That&#039;s the downside.]]></description>
		<content:encoded><![CDATA[<p>Even through this is true, the lag in soldat and KAG are pretty much the only thing turning me off from such fun games.</p>
<p>That&#8217;s the downside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239118</link>
		<dc:creator><![CDATA[Random]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 08:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239118</guid>
		<description><![CDATA[I think for the discussion be able to continue MM needs to define what is bad and what is good code in his opinion.]]></description>
		<content:encoded><![CDATA[<p>I think for the discussion be able to continue MM needs to define what is bad and what is good code in his opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yfan</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239114</link>
		<dc:creator><![CDATA[yfan]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 07:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239114</guid>
		<description><![CDATA[Random: of course good code is better, that why it&#039;s called good :). But good code doesn&#039;t come from &quot;knowing&quot;, it comes from learning from own mistakes. Good code comes from writing a lot of bad code.

If Soldat was to be written in &quot;good code&quot;, it wouldn&#039;t be written at all. (Correct if i&#039;m wrong!)

One particulary good thing that Blow said was that when he heard those type of advice, he always thought &quot;exacly, I already know that!&quot;, even though he later realised that he didn&#039;t. That&#039;s the problem with advice - only those who don&#039;t need it understand it and you get what it means only when you learned it the other way.]]></description>
		<content:encoded><![CDATA[<p>Random: of course good code is better, that why it&#8217;s called good :). But good code doesn&#8217;t come from &#8220;knowing&#8221;, it comes from learning from own mistakes. Good code comes from writing a lot of bad code.</p>
<p>If Soldat was to be written in &#8220;good code&#8221;, it wouldn&#8217;t be written at all. (Correct if i&#8217;m wrong!)</p>
<p>One particulary good thing that Blow said was that when he heard those type of advice, he always thought &#8220;exacly, I already know that!&#8221;, even though he later realised that he didn&#8217;t. That&#8217;s the problem with advice &#8211; only those who don&#8217;t need it understand it and you get what it means only when you learned it the other way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239094</link>
		<dc:creator><![CDATA[Random]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 06:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239094</guid>
		<description><![CDATA[I have to strongly disagree. There&#039;s no way good code hurts anything. In no point of the presentation does the guy encourage bad code. Unless that you mean that overengineered code is good code, which it isn&#039;t. What he promotes is simple code, which is in NO WAY a form of bad code. Read any software engineering code and you&#039;ll see the same things he&#039;s talking about. Optmize ONLY what has to be optimized and only if needed. Plan before doing. And so on and so forth.

Who knows, maybe if Soldat had decent code it would have progressed even more and would a get an update every 3 months instead of every 3 years.]]></description>
		<content:encoded><![CDATA[<p>I have to strongly disagree. There&#8217;s no way good code hurts anything. In no point of the presentation does the guy encourage bad code. Unless that you mean that overengineered code is good code, which it isn&#8217;t. What he promotes is simple code, which is in NO WAY a form of bad code. Read any software engineering code and you&#8217;ll see the same things he&#8217;s talking about. Optmize ONLY what has to be optimized and only if needed. Plan before doing. And so on and so forth.</p>
<p>Who knows, maybe if Soldat had decent code it would have progressed even more and would a get an update every 3 months instead of every 3 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yfan</title>
		<link>https://mm.soldat.pl/coding-awesomness/how-to-program-independent-games/comment-page-1#comment-239017</link>
		<dc:creator><![CDATA[yfan]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 22:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://mm.soldat.pl/?p=1743#comment-239017</guid>
		<description><![CDATA[&quot;If it&#039;s stupid, but it works, it isn&#039;t stupid&quot;]]></description>
		<content:encoded><![CDATA[<p>&#8220;If it&#8217;s stupid, but it works, it isn&#8217;t stupid&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
