Can someone explain to me C#'s coding convention?
- by AedonEtLIRA
I recently started working with Unity3D and primarily scripting with C#. As, I normally program in Java, the differences aren't too great but I still referred to a crash course just to make sure I am on the right track.
However, My biggest curiosity with C# is that is capitalises the first letter its method names (eg. java: getPrime() C#:…