|
|
|
|
|
by alexhill
4088 days ago
|
|
I think it's slightly easier for both humans and computers to parse a function call when there's no space. I find your question interesting - why SHOULD programming language syntax match English syntax? Programming languages borrow symbols from natural languages for convenience, but there's generally only a very loose analogy between their purposes in each. Question, does it bug you when you see function calls without spaces in the same way it would if(for example) someone left out a space in writing? |
|
To answer your second question, with English, it certainly bugs me. With programming languages, I use the space but of course do not expect the same from anyone else. No one so far has complained about me using it either. :-)