Closed ZeeshanM96 closed 5 months ago
I believe the USER constant was supposed to remain. There is a separate constant for the user's home directory already.
Also probably, we should use names like "HOME_DIR" instead of "HOME_PATHDIR" in the interest of avoiding https://en.wikipedia.org/wiki/Tautology(language).
@awnns I tried looking up for USER_DIR
, and couldn't find any. All of the USER_DIR
are coming from the constant.py
file. Please correct me if I am wrong.
@awnns I tried looking up for
USER_DIR
, and couldn't find any. All of theUSER_DIR
are coming from theconstant.py
file. Please correct me if I am wrong.
@jonathanudd @awnns i have made the naming convention better. Please have a look and let me know if you have any remarks
Description:
Constants in the constants.py should be named after what they represent e.g.
_DIR
for directories and_FILE
for files.Testing Screenshots: