Complete week8 work#119
Conversation
|
From a readability perspective, and also the ability to verify sound logic it is NEVER recommended to use non-descriptive variable names (outside of for loops). I encourage you to Google "Sample Code" over the internet. Look at what you see. You will be hard pressed to find any example code that use non-descriptive single or even double letter variables. Variable names should be concise and descriptive. Almost like I should be able to read the line (or concise comment above the line) and follow exactly what your code is doing. Look at this website: |
No description provided.