I name some variables in my code, and I try to avoid names like nameOfFileOrFolderor pathOfFileOrFolder. What is a good name or a way to introduce them both? Does it exist?
For example:
A girl or a boy can be represented by the word man .
A cat or dog may be represented by the word pet or animal OR mammal .
A file or directory can be declared with the word ....
source
share