You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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