Basically module:doSomething()
I get that it has self but what's the point if you could just do module.blablabla
People say its more organised but how
If i use self the module don't know what it is and I need to define it at the bottom which some devs do and it's just feels like adding more stuff
If I'm not wrong it's sole purpose is for classes or metatables