The _index folder for other people's modules?

My question is that many people create a strange hierarchy. Let me show it to you.
image

In modules, we returning require(appropriate_Folder@version.ModuleName)

Okay, I have some assumptions, of course. First they write the folder’s creator, then the name of the module, and finally the version, which leads me to believe that it could be something like a simplified version control system. (And I also assume that it is useful for some Rojo.)
however, it’s still strange, why exactly such a hierarchy? What advantages does it provide? Should I use it for third-party modules? Why?

I will be grateful for any answers.:grinning:

This hierarchy is not implemented by developers. It’s a product of the Wally package manager, which is a tool that helps developers import and use dependencies (external libraries) in their projects. Wally is used in conjunction with Rojo

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.