Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 574 Bytes

Contributor Concept

This project implements the contributor design pattern explained in my medium article on Scaling Teams Mobile Development — Evolving the design pattern

contributor-api

This module contains the contributor contracts

manager

This module contains the manager which collects contributors and contributions, orders them and provides to the main app.

contributors

This folder contains contributor implementations.