issues
search
zero-to-mastery
/
breads-client
Keep track of what you read online and see what your friends are reading.
https://www.breads.io/
Other
46
stars
59
forks
source link
Refactor code for more clarity
#43
Closed
aubundy
closed
3 years ago
aubundy
commented
4 years ago
make code more readable by doing the following:
[x] more, and clearer, variable names (e.g. comparisons inside if statement should be put inside variable
[x] group by function - global reading list component has too much spaghetti code
[x] (for backend) - turn model classes into modules
make code more readable by doing the following: