<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Optimizations on Command Pages</title>
		<link>http://tibasicdev.wikidot.com/forum/t-1760075/optimizations-on-command-pages</link>
		<description>Posts in the discussion thread &quot;Optimizations on Command Pages&quot; - On many of the command pages, the example code is not fully optimized. Should it be?</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 21 Jul 2026 20:31:26 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1760075#post-2538979</guid>
				<title>Re: Optimizations on Command Pages</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1760075/optimizations-on-command-pages#post-2538979</link>
				<description></description>
				<pubDate>Sat, 16 Jul 2016 11:28:32 +0000</pubDate>
				<wikidot:authorName>Kydapoot</wikidot:authorName>				<wikidot:authorUserId>2663340</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Alright, thank you! I will (attempt to) make some screenshots.<br /> EDIT: How do I add the screenshot to the page?<br /> ANOTHER EDIT: Never mind, I figured it out.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1760075#post-2538515</guid>
				<title>Re: Optimizations on Command Pages</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1760075/optimizations-on-command-pages#post-2538515</link>
				<description></description>
				<pubDate>Fri, 15 Jul 2016 22:45:18 +0000</pubDate>
				<wikidot:authorName>burr</wikidot:authorName>				<wikidot:authorUserId>740</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I think at this point it is better to just leave the command pages as is when it comes to optimization.</p> <p>If you really want to do something, the TI-84 command pages need some work &#8212; in fact, most don't even have a screenshot.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1760075#post-2538493</guid>
				<title>Re: Optimizations on Command Pages</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1760075/optimizations-on-command-pages#post-2538493</link>
				<description></description>
				<pubDate>Fri, 15 Jul 2016 21:50:31 +0000</pubDate>
				<wikidot:authorName>Kydapoot</wikidot:authorName>				<wikidot:authorUserId>2663340</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Seems fair to me. I will leave them as they are unless someone else (especially an admin) says I should do otherwise. Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1760075#post-2537972</guid>
				<title>Re: Optimizations on Command Pages</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1760075/optimizations-on-command-pages#post-2537972</link>
				<description></description>
				<pubDate>Thu, 14 Jul 2016 23:13:19 +0000</pubDate>
				<wikidot:authorName>lirtosiast</wikidot:authorName>				<wikidot:authorUserId>2005367</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In most languages, obviously, closing quotes and parentheses is necessary. There are some who think their elision in TI-BASIC leads to bad style, and some who think it's more elegant to leave them off.</p> <p>When I regularly used only TI-BASIC, I was of the latter opinion; it doesn't make sense to add close-quotes for clarity when the line ends everything; in fact, lots of closing parentheses make the end of the line harder to read. Then I started learning Java, Python, etc; and now Scheme, and I make errors by forgetting closing parentheses or misplacing them once in a while. My carelessness don't speak for everyone, but I'd say that, if TI-BASIC were in a vacuum, it would be better not to close parentheses, while in the real world the clarity doesn't really offer a net benefit.</p> <p>In optimized code, it's trivial to remove the closing delimiters, and this provides, in most cases, an equally trivial advantage. Most people learning TI-BASIC don't want to, and shouldn't, micro-optimize everything they write.</p> <p>The other issue is consistency; but the tutorials here are inconsistent anyway. So I don't think that should influence the decision.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1760075#post-2537774</guid>
				<title>Optimizations on Command Pages</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1760075/optimizations-on-command-pages#post-2537774</link>
				<description></description>
				<pubDate>Thu, 14 Jul 2016 13:59:05 +0000</pubDate>
				<wikidot:authorName>Kydapoot</wikidot:authorName>				<wikidot:authorUserId>2663340</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For example, closing quotes before the -&gt; key are present in many cases and other small optimizations like leaving off closing parentheses are not used. Is this done purposefully for clarity or can I go and fix them?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>