Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the name of the variables #314

Open
prietales opened this issue Jan 11, 2022 · 5 comments
Open

Improve the name of the variables #314

prietales opened this issue Jan 11, 2022 · 5 comments

Comments

@prietales
Copy link

prietales commented Jan 11, 2022

for (l in text) {

What is l?

@ethnh
Copy link

ethnh commented Jan 11, 2022

      if (isChar(l)) {
        continue;
      }
      result = result + text[l];

used twice, seems pretty readable to me
do you have any suggestions for the name?

@prietales
Copy link
Author

prietales commented Jan 11, 2022

What is d?

for (var d in arr) {

@richRemer
Copy link

@prietales, you should open a new ticket for the "d" variable. That would be very helpful to keep these important issues separate.

@prietales
Copy link
Author

prietales commented Jan 12, 2022

The project is dead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants