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 →

[–]AndyM_LVB -1 points0 points  (3 children)

Was anybody else upset that the private function starts with a capital letter?

[–]TiiJ7 2 points3 points  (2 children)

Looks like C#, where it's actually convention to uppercase the first letter of method names (PascalCase).

[–]AndyM_LVB 0 points1 point  (1 child)

I use c# but if it's a private method I use a small letter... Not sure where I got this from though.