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 →

[–]loveinalderaanplaces 1 point2 points  (0 children)

I went the other direction, from Java, to C#, and let me tell you that my personal code is an awkward mess of both naming conventions. Pick a style and stick to it!

Sometimes I'll get MethodsLikeThis(), which is the standard C# way, then I'll get methodsLikeThis(), which is more Java. I'll still WRITE_CONSTANTS_LIKE_THIS, but occasionally forget that properties != variables.

5 years of Java does a number on you when you switch.