|
|
|
|
|
by kaba0
1612 days ago
|
|
No framework says `new` is bad. Feel free to grep for new in any framework application. But if one uses DI, than do use it for classes that ought to be injected. But inside methods of course one can and do use `new` many times over. |
|