Interface Design Patterns: Function Pattern
Developing Creative Business Solutions On ServiceNow on CodeCreative | A ServiceNow Blog
·
Sep 15, 2017
·
article
Back to Interface Design Patterns for Script Includes Introduction The function pattern is the simplest but also the most flexible interface design pattern for Script Includes. It is the foundation for the Revealing Module Pattern and can be used as a constructor or factory function for any of the other interface types. As a factory function, this pattern can provide a Scoped App with a flexible internal API that can easily evolve as complexity increases.
View original source
https://codecreative.io/blog/interface-design-patterns-function-pattern/