Skip to content

anandvnath/ContributorConcept

Repository files navigation

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.