naming - How do you call a stub but used for production purposes? -


i'm writing application in piece of functionality can fulfilled 1 of more components. app user defines in settings class should used provide each functionality. concept have name?

the closest concept can think of stub, used testing.

an example of concept in django: setting variable staticfiles_finders stores class names used finding static files.

i don't know django documentation implementation of chain of responsibility pattern.

the pattern can specify implementation configuration called plugin pattern.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -