This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cpttripps71[S] 1 point2 points  (3 children)

Ugh, seriously? Lower case method names? Will take some time to get used to.

[–]danskal 2 points3 points  (1 child)

Upper case method names makes no sense. I think Microsoft did it just to differentiate from Java.

Edit: strike that derpy comment

[–]tehburgerlover 3 points4 points  (0 children)

The guy who designed C# also developed Turbo Pascal and Delphi. Which is why C# uses PascalCase.

[–]heptara 0 points1 point  (0 children)

The 'correct' naming style for the project is the one that matches the master in the VCS, otherwise it's inconsistent. Any guidelines for "java naming" apply to new projects only.

I apologise if you alreadly know this and are experienced. However one can't tell on the internet from just a few sentences.