Skip to content
Ian Cooper edited this page Oct 10, 2020 · 5 revisions

Welcome to the Paramore wiki!

Projects

Brighter

Brighter contains an implementation of a command processor. A command processor is a pattern that helps to avoid Fat Controllers or Services which often crop up in architectures using Dependency Injection. It is quite common to see them in MVC based web sites for example

Clone this wiki locally