How to Use Good Naming Conventions in Your Code and Become a Better Programmer
As programmers, we spend most of our time reading other people’s code.
Therefore, our code must be easy to read, and this starts with using good naming conventions.
Here is a list of advice as detailed in Robert C. Martin’s book titled Clean Code: