issues
search
tednaphil
/
FitLit
Dashboard for fitness stats
https://tednaphil.github.io/FitLit/
0
stars
3
forks
source link
Final - critical look at function/variable names and possible renaming
#27
Open
cOdeBedient
opened
9 months ago
cOdeBedient
commented
9 months ago
It feels like the word users is all over the place, but means different things in different places. Let's look at this.
Some long function and variable names. Can we make more efficient?
As a future developer in the project, I want to be able to understand when
users
refers to the remote dataset and when it refers to a local subset.
think about when it is useful to have parameters the same name as a global variable...
tednaphil
commented
9 months ago
could we also look at the html class and id names?
users
refers to the remote dataset and when it refers to a local subset.