Please support me on Patreon: www.patreon.com/dkomen
How to code in C# neatly, but these principles apply to all languages.
The correct naming conventions applied and proper data type usage can greatly enhance the readability of your code.
This leads to better understanding of what the code does and how to later make needed changes to it.
Well written code is always a sign of a well versed developer.