cspray / annotated-container

Dependency Injection framework to configure a PSR-11 Container with Attributes!
MIT License
39 stars 1 forks source link

Refactor methods to not use `get` #375

Closed cspray closed 5 months ago

cspray commented 5 months ago

The get prefix tends to be noisy with very little signal, especially since we make very little use of setter methods. All methods prefixed with get should have this prefix removed.