Skip to content

Template-based architecture

No due date 50% complete

Internal change, which adds no features to end-user while making code more maintainable.

Template-based project architecture to allow high level of interaction between software modules but keeping loose coupling.

Dependency injection is to be performed by using (variadic) templates, and module interaction to be laid out at compile time.

Internal change, which adds no features to end-user while making code more maintainable.

Template-based project architecture to allow high level of interaction between software modules but keeping loose coupling.

Dependency injection is to be performed by using (variadic) templates, and module interaction to be laid out at compile time.