design-pattern libraries ready-to-use?
- by fayer
symfony has released some of their components free to use outside the framework.
i have used the event dispatcher and dependency injection...they are awesome!
i wonder if there are other components/libraries (from other frameworks etc) that in the same way help you manage various design patterns?
eg. decorator, facade, singleton, chain of…