MSDN – spaces after the colon.
That’s different than Objective-C, where I don’t see people using a space after the colon. I’m thinking it might be an issue where syntax highlighting hasn’t caught up to the feature yet, but I have no experience in a good IDE. MonoDevelop, which I use on the Mac with Unity, neither provides syntax coloring nor autocomplete for named parameters. There is a lot there; if you know what I’m asking to exist within, or elsewhere, please let me know. I haven’t found it yet.
MSDN – spaces after the colon. That’s different than Objective-C, where I don’t see
Share
Microsoft has some common sense guidelines published on MSDN, in my opinion its the uniformity that counts as much as the convention. If you are not already doing so its worth looking at Stylecop for code styling and standards.
Guidelines for Names
From: Names of Parameters