Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder vs. Directory #1039

Closed
TheChymera opened this issue Mar 24, 2022 · 3 comments · Fixed by #1044
Closed

Folder vs. Directory #1039

TheChymera opened this issue Mar 24, 2022 · 3 comments · Fixed by #1044
Labels
consistency Spec is (potentially) inconsistent misc

Comments

@TheChymera
Copy link
Collaborator

As far as I can tell, it seems that “folder” and “directory” are used pretty interchangeably in the specification — with “directory” occurring slightly more often, but “folder” present in more prominent places:

chymera@decohost ~/src/bids-specification $ ag directory -o | wc -l
179
chymera@decohost ~/src/bids-specification $ ag folder -o | wc -l
148

In the interest of consistency should we maybe standardize the wording to always be directory?

@sappelhoff
Copy link
Member

I did a quick search, and it seems like we might lose some precision when we replace all "folder" by "directory" or vice versa:

That said, I am pretty sure that for almost all cases in our spec, the respective authors did not think about this difference between "folder" and "directory" and indeed just used them interchangeably. I think I am therefore slightly in favor of just using "directory" (at least until we find a good case where we definitely should use "folder").

@TheChymera
Copy link
Collaborator Author

@sappelhoff I don't think we would be losing any precision, if anything, the folder notion obscures the underlying structure, which is precisely what we're trying to accurately document.

@effigies
Copy link
Collaborator

+1 for exclusively using directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consistency Spec is (potentially) inconsistent misc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants