0
AtiLion
7y

Don't you hate it when you run out of variable names and you start using random names and the next time you go to that code you have reanalyze your own code to see what each of those variables does...

Comments
  • 1
    If you're somehow "running out" of variable names, reconsider why the function is so complex in the first place, and try to rewrite it in a simpler form or refactor it into smaller modules.
Add Comment