Open Elisha-Tetteyfio opened 2 years ago
Majority of the variables could be better named to give a clear description of their use.
For example, in this line, the variable inp could be better named as inputs or something more descriptive https://github.com/Elisha-Tetteyfio/To-do-list1/blob/a5ecfa62786eff5218c7a2fd3704f7d4b9caeff8/src/index.js#L55
inp
inputs
Also aa in this line does not give context to the variable https://github.com/Elisha-Tetteyfio/To-do-list1/blob/a5ecfa62786eff5218c7a2fd3704f7d4b9caeff8/src/index.js#L83
aa
Majority of the variables could be better named to give a clear description of their use.
For example, in this line, the variable
inp
could be better named asinputs
or something more descriptive https://github.com/Elisha-Tetteyfio/To-do-list1/blob/a5ecfa62786eff5218c7a2fd3704f7d4b9caeff8/src/index.js#L55Also
aa
in this line does not give context to the variable https://github.com/Elisha-Tetteyfio/To-do-list1/blob/a5ecfa62786eff5218c7a2fd3704f7d4b9caeff8/src/index.js#L83