You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I started working on adding some more directories to the collapsed directories list, and I noticed that the collapsed directories array doesn't follow any consistent ordering, as the licenses did previously. Directories for different languages are not separated either grouped together.
Describe the solution you'd like
Grouping directories by language, editor/IDE, and general-purpose, and each of them sorted alphabetically. This method raises some complications in relation to grouping, as some folders could fall into many categories at the same time, which may lead to confusion regarding where to place some folders.
Describe alternatives you've considered
Another simpler option is to just order them alphabetically, which may be the best option if each of the folders is commented, in a format like <language>-<editor/IDE>, as an example. There are probably many other possibilities, and I would like to hear any that you can think of.
Additional context ⚠️PLEASE DO NOT EDIT THE CODE YET
As mentioned before, I am currently working on adding some more directories, so implementing this change could generate some errors when trying to create a pull request further on. I would change the directories to whatever format we determine here in those editions and submit it as a pull request with the new directories.
The text was updated successfully, but these errors were encountered:
Having them grouped by language/editor looks good to me. As for some names falling under multiple categories, we could put them under a common category.
I will create a common category for directories like dist or build. I will also group each of the groups together based on their category, which means editors/IDEs together and languages together, for example. I will comment a piece of code after I worked on it, to see if everything looks fine to all as I do it.
Is your feature request related to a problem? Please describe.
I started working on adding some more directories to the collapsed directories list, and I noticed that the collapsed directories array doesn't follow any consistent ordering, as the licenses did previously. Directories for different languages are not separated either grouped together.
Describe the solution you'd like
Grouping directories by language, editor/IDE, and general-purpose, and each of them sorted alphabetically. This method raises some complications in relation to grouping, as some folders could fall into many categories at the same time, which may lead to confusion regarding where to place some folders.
Describe alternatives you've considered
Another simpler option is to just order them alphabetically, which may be the best option if each of the folders is commented, in a format like
<language>-<editor/IDE>
, as an example. There are probably many other possibilities, and I would like to hear any that you can think of.Additional context
⚠️ PLEASE DO NOT EDIT THE CODE YET
As mentioned before, I am currently working on adding some more directories, so implementing this change could generate some errors when trying to create a pull request further on. I would change the directories to whatever format we determine here in those editions and submit it as a pull request with the new directories.
The text was updated successfully, but these errors were encountered: