Author Topic: ServerCmd Delay  (Read 1110 times)

Not worth it. It just makes the code harder to understand for new users.

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:

Not worth it. It just makes the code harder to understand for new users.

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.

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:

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.

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.

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.

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

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

I agree, and I'm sure many others who like nice organized code do to.

I don't see it as squishing, I see it as less tabs and easier to see the code the bracket pertains to.