A nagging doubt about the provide-module
command.
-
I understand that this command improves Kakoune’s starting time when a script executes (or different scripts execute) commands that rely on shell calls.
-
I also imagine that this command improves code organization when a script requires other scripts for running successfully (in this case,
provide-module
avoids code duplication and marks script dependencies explicitly).
Aside from these two cases, are there some opinions/recommendations about when to use provide-module
? Sometimes I feel there is little to gain from it.