Dependency injection anti-patterns
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3485873. --> Reported by: [vipin.mittal18](https://www.drupal.org/user/319716) Related to !43 !42 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Dependency injection anti-patterns</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p><a href="https://git.drupalcode.org/project/conductor/-/blob/1.0.x/src/Controller/ContentGuidance.php#L76">https://git.drupalcode.org/project/conductor/-/blob/1.0.x/src/Controller/ContentGuidance.php#L76</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Follow Dependency injection anti-patterns referred at <a href="https://mglaman.dev/blog/dependency-injection-anti-patterns-drupal">https://mglaman.dev/blog/dependency-injection-anti-patterns-drupal</a></p>
issue