Comment on Is anybody else using ridiculously long variable names?Comments−raldi10yVariable name length should be proportional to scope. Lambda parameter, or loop iterative? Go with x or i. Global variable? Make it descriptive.−jfmiller2810yGlobal Variable? Make it go away!
Comments
Variable name length should be proportional to scope. Lambda parameter, or loop iterative? Go with x or i. Global variable? Make it descriptive.
Global Variable? Make it go away!