Magento 2 – Modular Development
The most important thing that a developer needs to be aware of is modular development in magento 2. In magento 2 there is nothing like code pools, it’s completely removed. In magento 2 everything resides under different modules. For example creating a new functionality to customising an existing functionality, you need to create a module. …