<?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>Paul Randall &#187; mootools</title>
	<atom:link href="https://paulrandall.com/tag/mootools/feed/" rel="self" type="application/rss+xml" />
	<link>https://paulrandall.com</link>
	<description>Experimenting for a living.</description>
	<lastBuildDate>Sat, 15 Mar 2025 15:32:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Language Agnostic Programming</title>
		<link>https://paulrandall.com/2010/06/15/language-agnostic-programming/</link>
		<comments>https://paulrandall.com/2010/06/15/language-agnostic-programming/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 11:42:42 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=360</guid>
		<description><![CDATA[Having coded in many languages, and recently when using MooTools instead of jQuery, i&#8217;ve come to realise that most actual programming is pretty language agnostic. What I mean is that most languages do the same thing, just very differently, but it is how you contruct your code that makes you a good programmer Chances are, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Having coded in many languages, and recently when using MooTools instead of jQuery, i&#8217;ve come to realise that most <strong>actual</strong> programming is pretty language agnostic. What I mean is that most languages do the same thing, just very differently, but it is how you contruct your code that makes you a good programmer</p>
<p>Chances are, if you are good at jQuery you will be pretty good at MooTools (after learning the new declarations etc). The same goes for in a larger extent SQL/MySQL/Oracle or ASP/PHP/Ruby etc.</p>
<p><span id="more-360"></span></p>
<p>This stems from when I was at college and we would write psuedo-code, programming without any actually code. Something like this:</p>
<p><code><br />
if number is greater than or equal to 10 then<br />
write "congratulations, you are a winner!"<br />
</code></p>
<p>Now this very basic bit of programming isn&#8217;t very complex, but when building up larger bits of code, the skill comes in how you construct your code, not what language you write it in.</p>
<p><em>note: I am still a huge fan of jQuery, but MooTools does look pretty awesome as well. Perhaps I&#8217;ll write my own little comparison once I&#8217;ve used it a bit more.</em></p>
]]></content:encoded>
			<wfw:commentRss>https://paulrandall.com/2010/06/15/language-agnostic-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
