Overdrivr / micro-ci

Continuous Integration for embedded platforms
0 stars 0 forks source link

Refactor librairies to follow factory pattern #110

Open Overdrivr opened 8 years ago

Overdrivr commented 8 years ago

Factory pattern lets us avoid defining dependencies of a module directly inside this module.

This is also interesting for reusability.

@DanFaudemer What do you think about using this pattern for all librairies we wrote ?