-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Take inspiration from other frameworks #486
Labels
Comments
@jamiemck , thank you for your thoughts regarding the developer experience for Magento 2! We are considering all options available when developing the product. You may have noticed that we are already following the latest coding standards and we are considering using composer. Please watch our repository for updates in the product. |
joanhe
pushed a commit
that referenced
this issue
Jul 22, 2015
[Extensibility]Sprint 55 pull request
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to make a suggestion that the magento developers take some inspiration from some of the new php frameworks that have been released in recent times.
Symfony2, Laravel 4 & Phalcon while all different in their implementation are all developing similar patterns when it comes to routing and inversion of control. Of course they are all doing much more than that but lack a complex application to improve their code spectrum. I haven't given the latest zend release any time yet but feel magento 2 will be outdated before it is even in beta. With psr-0, psr-2 and psr-4 becoming more widely adopted and composer as the package manager of choice for most projects these days.
The text was updated successfully, but these errors were encountered: