My question is that many people create a strange hierarchy. Let me show it to you.
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.