in reply to Modules return value
I actually did write a module once (twice, max) that returned metadata about itself when it was loaded. I never made a practice of it, and the module was never published, but yes, there is a potential use for the value.
Of course, a more "normal" implementation would be to implement static method metadata(), or some such.
|
|---|