| 
| Subject: | Completely trivial. | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 1 | 
|---|
 | Author: | Shamiim Islam | 
|---|
 | Date: | 2023-11-13 03:48:31 | 
|---|
 |  |  |  | 
Shamiim Islam rated this package as follows:
| Utility: | Bad | 
|---|
| Consistency: | Sufficient | 
|---|
| Documentation: | Sufficient | 
|---|
|  | 
  Shamiim Islam - 2023-11-13 03:48:31Completely trivial. Manages arrays of objects after instantiating privately. Anti-pattern. Object instantiation should not be hidden like this. Passing parameters just to create an instances should not be done. Requires inversion of control pattern with a callback to be proper. Please discard. There is no "injection" but rather just a get/set. Please don't use terms you don't understand. |