Level Up Your Code Quality As A Software Engineer [Part 21] - Non-Descriptive Names
Naming: It's important for your children but quite important for your code as well. When it comes to your variables, methods, and classes, you should put in the effort to name them properly. This lesson will teach you:
Why descriptive, high-effort names can add up to add a huge amount of quality to a codebase
How to identify a poor name in code and the common patterns leading to it