ocra
- Karma
- 13
- Created
- September 26, 2012 (13y ago)
- Submissions
- 0
- Using YubiKeys for SSH, GPG, GIT, 2FA, All in One (ocramius.github.io)
- Doctrine Indoctrinator 0.0.1-alpha1 – a Doctrine mapper usage Validator (doctrine-project.org)
- When to declare classes as final (ocramius.github.io)
- Composer against Security Vulnerabilities (ocramius.github.io)
- LazyProperty – Automatic property initialization for PHP (ocramius.github.io)
- Proxy pattern in PHP: a short overview (marco-pivetta.com)
- IOC: Proxy Pattern to avoid Service Location (ocramius.github.com)
Inversion of Control is a powerful tool for large modular applications, but it has performance implications that leads people to use Service Location in their classes. Introducing service proxies to help getting our…