5 ms·
There is a difference between variables and types. For instance, in C#, with capital-case convention for variables, it is common to give a variable the same na
by silok 5y ago
There is a difference between variables and types.
For instance, in C#, with capital-case convention for variables, it is common to give a variable the same name as the type.
eg `public Player Player;`