Skip to content

Implement patterns

Constantin Dumitrescu edited this page Dec 6, 2020 · 2 revisions

Objectives: Identify and implement commonly used patterns in application development

Motivation: A lot of time is wasted on implementing the same functionality over and over again across projects.

Description: Create & Configure a new ecosystem(potentially new mono-repo) for the development of these components/processes and implement a pilot for the commonly needed functionality across engine projects - Router.

Speed/cost/quality benefits:

  • Out of the box functionality
  • Develop once, run anywhere
  • No maintainability required on every project for the same feature
  • Increased Quality

Developer experience:

  • Reduces projects complexity
  • Removal of repetitive tasks

Discussion:

As engine usage became more and more present in C11 development, patterns started to emerge and so did the need of having a components/pattenr library

Clone this wiki locally