-3

What is the verb for "to make something into a plugin"?

Example use: "Developer can you make Module Foo into a plugin?". "Yes sir, I can some verb Module Foo".

Terms I have considered: pluginify, pluginize, make pluggable

Criteria for Acceptance: A single verb which means "to make something into a plugin" or "to create something as a plugin". I am looking for a term which is already in use as opposed to a new one.

Freiheit
  • 1,020
  • 8
  • 16

3 Answers3

3

I have never encountered any such word. Just say "We can turn Module Foo into a plugin" or "We can wrap Module Foo in a plugin".

If you're looking for documentation and examples on plugin systems you can start with searching for "plugin design".

sourcenouveau
  • 6,460
  • 4
  • 29
  • 44
1

I would say "extract," as in you pull the functionality of this module out of the main codebase and extract it into a plugin.

Mason Wheeler
  • 82,151
  • 24
  • 234
  • 309
1

'Make pluggable' is the shortest it can get without inventing new words. Judging by latest Visual Studio and Chrome versions an 'extension' is a more fashionable word these days. Since the hardest bit is supporting plug-ins rather than writing a plug-in, searching for 'extensible architecture' would make more sense. 'Packages' and 'package management' are another trending pair of concepts of the day.

Den
  • 4,827
  • 2
  • 32
  • 48