Blockland Forums > Modification Help
ServerCmd Delay
infiniteLoop:
--- Quote from: Destiny/Zack0Wack0 on July 29, 2011, 10:00:05 PM ---Not worth it. It just makes the code harder to understand for new users.
--- End quote ---
This, I'll take readability over shortened code all day.
Also, I hate when people don't put opening brackets on a new line. :cookie:
MegaScientifical:
--- Quote from: Destiny/Zack0Wack0 on July 29, 2011, 10:00:05 PM ---Not worth it. It just makes the code harder to understand for new users.
--- End quote ---
Of course. However, since I was shortening code they knew and not throwing in shorthand code, I'd just be teaching them the shorthand fashion of what they'd be using.
--- Quote from: infiniteLoop on July 30, 2011, 02:37:35 PM ---This, I'll take readability over shortened code all day.
Also, I hate when people don't put opening brackets on a new line. :cookie:
--- End quote ---
I can read it fine, actually. Of course, that says nothing for you, but perhaps it's something you catch onto like I did. Also, when I first learned Torque, my examples showed brackets on the same line. In fact, I hate it when people put brackets on a new line. It looks like too much avoidable open space. :( And I know you could say "Put it all on one line" and such, btw.
infiniteLoop:
--- Quote from: MegaScientifical on July 30, 2011, 03:32:15 PM ---Of course. However, since I was shortening code they knew and not throwing in shorthand code, I'd just be teaching them the shorthand fashion of what they'd be using.
I can read it fine, actually. Of course, that says nothing for you, but perhaps it's something you catch onto like I did. Also, when I first learned Torque, my examples showed brackets on the same line. In fact, I hate it when people put brackets on a new line. It looks like too much avoidable open space. :( And I know you could say "Put it all on one line" and such, btw.
--- End quote ---
Its nothing I want to catch on to. I've been programming for a whille and like to be able to see what I am looking at whether it be in python, java, ts or any other language lol.
otto-san:
i personally just close notepad if what i'm looking at isn't easily readable.
i hate having to figure out if its brackets are correct by looking at the end of if statements and at the end of a line
it's easier to read if you don't try to squish the code together
infiniteLoop:
--- Quote from: otto-san on July 30, 2011, 04:36:35 PM ---i personally just close notepad if what i'm looking at isn't easily readable.
i hate having to figure out if its brackets are correct by looking at the end of if statements and at the end of a line
it's easier to read if you don't try to squish the code together
--- End quote ---
I agree, and I'm sure many others who like nice organized code do to.