<?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: Organizing our game code with methods</title>
	<atom:link href="https://gamecodeschool.com/java/organizing-our-game-code-with-methods/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/java/organizing-our-game-code-with-methods/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Fri, 06 Jun 2025 18:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/java/organizing-our-game-code-with-methods/#comment-17103</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Tue, 17 Sep 2019 07:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11575#comment-17103</guid>
		<description><![CDATA[Thanks Jesse]]></description>
		<content:encoded><![CDATA[<p>Thanks Jesse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesse</title>
		<link>https://gamecodeschool.com/java/organizing-our-game-code-with-methods/#comment-17102</link>
		<dc:creator><![CDATA[jesse]]></dc:creator>
		<pubDate>Mon, 16 Sep 2019 13:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11575#comment-17102</guid>
		<description><![CDATA[im really enjoying this tutorial so far im using it a supplement to a beginner java course because the beginner course just went right in without explaining why or what each one did thank you for supplying a very basic explanation of each individual part.]]></description>
		<content:encoded><![CDATA[<p>im really enjoying this tutorial so far im using it a supplement to a beginner java course because the beginner course just went right in without explaining why or what each one did thank you for supplying a very basic explanation of each individual part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aveo</title>
		<link>https://gamecodeschool.com/java/organizing-our-game-code-with-methods/#comment-3670</link>
		<dc:creator><![CDATA[Aveo]]></dc:creator>
		<pubDate>Wed, 28 Dec 2016 10:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11575#comment-3670</guid>
		<description><![CDATA[It&#039;s a pleasure to read your tutorials. Plus your prompt error correction improves the content every time. Thanks a mighty ton john for creating such a detailed yet easy to understand content!]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s a pleasure to read your tutorials. Plus your prompt error correction improves the content every time. Thanks a mighty ton john for creating such a detailed yet easy to understand content!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/java/organizing-our-game-code-with-methods/#comment-3665</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Tue, 27 Dec 2016 20:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11575#comment-3665</guid>
		<description><![CDATA[Thanks very much for taking the trouble to point out my mistakes! I think that&#039;s fixed now.]]></description>
		<content:encoded><![CDATA[<p>Thanks very much for taking the trouble to point out my mistakes! I think that&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aveo</title>
		<link>https://gamecodeschool.com/java/organizing-our-game-code-with-methods/#comment-3663</link>
		<dc:creator><![CDATA[Aveo]]></dc:creator>
		<pubDate>Tue, 27 Dec 2016 19:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11575#comment-3663</guid>
		<description><![CDATA[Isn&#039;t this wrong too? 
String joinTogether= (“Corrine “,”Yu”) ;

Shouldn&#039;t it be something like-
String fullName = joinTogether(“Corrine “,”Yu”)); because the return type of joinTogether method is String. So the result must be stored in a String.]]></description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this wrong too?<br />
String joinTogether= (“Corrine “,”Yu”) ;</p>
<p>Shouldn&#8217;t it be something like-<br />
String fullName = joinTogether(“Corrine “,”Yu”)); because the return type of joinTogether method is String. So the result must be stored in a String.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
