The short answer is yes, usually. In most coding standards and guidelines I have worked with (and developed) over the decades, the use abbreviations and acronyms in identifiers (e.g., in variable names, function names, type names, class names, structure names, …
Read moreThink before you type – variable names and other entities
Names of variables, functions, arrays, and other data structures are incredibly important in making your code more readable and more maintainable. Engage Brain The most important piece of advice to start with is this: Think before you type anything. It …
Read more