Skip to main content

8c. Build and reuse common components

Using and re-using common architectural components can help:

• increase resource efficiency
• reduce costs
• increase development speed

Likely lead roles

Technical architect


Sub-actions

8b. (i) Build with modular components
8b. (ii) Create component libraries


(i) Build with modular components

Component based architecture designs software as a collection of independently deployable modules.

Environmental benefit:

Reduce resource usage by reusing components in different applications

Read more
Coming soon!

(ii) Create component libraries

A component library is a collection of re-usable components, helping teams make use of things created for other projects.

Environmental benefit:

Save on resource consumption coming from developing components from scratch.

Read more
Coming soon!