<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Coding Standards]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=266</link>
		<description><![CDATA[The most recent posts in Coding Standards.]]></description>
		<lastBuildDate>Sun, 08 Jan 2012 17:31:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Coding Standards]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=1025#p1025</link>
			<description><![CDATA[<p>yes, perfect,<br />we can also mention the enums, all maj and starting with &quot;M_&quot; like :</p><p>enum M_MATRIX_MODES<br />{<br />&nbsp; &nbsp; &nbsp; &nbsp; M_MATRIX_MODELVIEW = 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; M_MATRIX_PROJECTION,<br />&nbsp; &nbsp; &nbsp; &nbsp; M_MATRIX_TEXTURE,<br />};</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Sun, 08 Jan 2012 17:31:47 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=1025#p1025</guid>
		</item>
		<item>
			<title><![CDATA[Coding Standards]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=1023#p1023</link>
			<description><![CDATA[<p>I&#039;m trying to work things out by looking at the source code, but to try to keep an internal consistency, I&#039;ll write down here so they can be corrected and seen by other potential contributors.</p><ul><li><p> All code files should include the license at the top</p></li><li><p> Name of the original author of the file should be added before the license</p></li><li><p> All classes start with M (for Maratis I assume)</p></li><li><p> Function names are camelCase, starting with lower case</p></li><li><p> Member variables are prefixed by m_ and begin lower case</p></li></ul><p>As far as I can tell, use of singletons is acceptable, but reserved for the engine and hardware devices.</p><p>That about right so far?</p>]]></description>
			<author><![CDATA[dummy@example.com (Nistur)]]></author>
			<pubDate>Sun, 08 Jan 2012 17:19:31 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=1023#p1023</guid>
		</item>
	</channel>
</rss>
