"spacing after parenthesis"

XOJO Feature request : Have the IDE highlight/indicate mis-matched () instead of a generic “Syntax Error”

[quote=246461:@Jeremy Cowgar]So you would add parens to this?

while not rs.EOF() blah rs.MoveNext() wend [/quote]

You don’t put () on a property
It’s allowed because its a computed property (hence how we make it read only) so its implemented like a method
The only exception to this would be a computed property that takes a parameter and so they’re required

Too much whitespace makes code hard to read. I have to agree with the Xojo blog.