Talk:In-Depth Scripting Guide: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Zuka No edit summary |
>NXTBoy No edit summary |
||
(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== | == Whitespaces == | ||
Some of your examples have whitespaces and others don't, this would probably confuse people. <div style="border-top: 1px solid #AAA; color:#000000; font-size:10px">([[User:SoulStealer9875|SoulStealer9875]], [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=3827581 Send Message], [[Scripting_Book|Scripting Book]], [http://www.roblox.com/User.aspx?username=SoulStealer9875 My Profile])</div>15:44, 31 July 2011 (UTC) | |||
==Things I disagree with == | |||
Couple of things I don't like here. Firstly, "Connection Lines" is a bad term that I really want to get rid of. "Connecting an event handler" is a better description. It just feels like a stupid name. I don't call parts of my scripts a "function line" or a "Parent line". | |||
'Statement' is occasionally being used incorrectly to mean 'keyword'. I wouldn't say that both repeat and until are statements. They're both keywords, but only combined do they form a statement, in my opinion. | |||
{{User:NXTBoy/sig|date=18:13, 31 July 2011 (UTC)}} | |||
= | |||
Latest revision as of 18:13, 31 July 2011
Whitespaces
Some of your examples have whitespaces and others don't, this would probably confuse people.
15:44, 31 July 2011 (UTC)
Things I disagree with
Couple of things I don't like here. Firstly, "Connection Lines" is a bad term that I really want to get rid of. "Connecting an event handler" is a better description. It just feels like a stupid name. I don't call parts of my scripts a "function line" or a "Parent line".
'Statement' is occasionally being used incorrectly to mean 'keyword'. I wouldn't say that both repeat and until are statements. They're both keywords, but only combined do they form a statement, in my opinion.