Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AbstractController as the base controller class #88

Closed
weaverryan opened this issue Dec 4, 2017 · 2 comments
Closed

Use AbstractController as the base controller class #88

weaverryan opened this issue Dec 4, 2017 · 2 comments
Labels

Comments

@weaverryan
Copy link
Member

This has been something we've debated. I just had a long conversation with @nicolas-grekas about it, who feels pretty strongly about pushing this best practice now. I don't feel too strongly, and certainly we need to do this at some point. Since MakerBundle is for Symfony 4 (so new projects, or people who have upgraded and are fully using the new features), this is a great place to push the best practice.

@codedmonkey
Copy link
Contributor

Agreed, pretty torn on this one. I think it's a good idea if it means we push developers to create cleaner code, if they don't like it, it's a very simple edit to revert back to the old class. ServiceSubscriberInterface could use some more documentation though.

@wouterj
Copy link
Member

wouterj commented Jan 10, 2021

Closing as this has been fixed by 2e6403b

@wouterj wouterj closed this as completed Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants