Here’s the next update with hopefully interesting questions ans answers on StackExchange!
Magento 2
- How can you check if the current page is the home page? Best way to check if page is home page
- How do you get the quote items and order items? Answers in Magento 2 – How to get all items in cart? and Magento2 Correct Way to get Order items
Open Questions
- It seems like I am not alone with this problem, but there is still no answer: Magento 2 Admin Panel hangs forever until page refresh. There is a bounty of +150 reputation.
- After Magento announced its new PaaS solution “Magento Enterprise Cloud Edition” at Imagine, I could not wait to know technical details: Magento Enterprise Cloud Edition: What are the development and deployment tools?
Magento 1
- It should be known, how to list all class rewrites, but what about controller overrides? How to get list of overridden controllers?
Software Design
This week something from programmers.stackexchange.com:
- Can/should you apply the Principle Of Least Astonishment on (API) interfaces? Principle of least astonishment (POLA) and interfaces
- How do you handle validation on a higer level? Data validation: separated class or not?