Magento 2 Coding Practice
recently I came across one developer’s code in magento 2, where he was accessing objects in another class to avoid dependency injections. Like for example we have VendorFeatureHelplerData class and that has one method that we use multiple places. VendorFeatureHelplerDataCache… Read More »Magento 2 Coding Practice