architect-handbook

Software Architect Handbook

View on GitHub

Plugin

Links classes during configuration rather than compilation.

Overview

Configuration shouldn’t be scattered troughout your application, nor should it require a rebuild ir redeployment. Plugin solves both problems by providing a centralized, runtime configuration.

How It Works

When to Use It

Use Plugin whenever you have behaviors that require different implementations based on runtime environment.