Hacker News new | ask | show | jobs
by silok 1641 days 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;`