Dim, I’m working on an article “5 Things That Must Be in Absolutely Any hybris Project.” In fact, not just hybris projects, but my blog is about hybris, so there you go… So far, I’ve come up with the following (order is arbitrary):
1. Feature toggles – enabling/disabling/switching features, including A/B testing
2. Feature usage monitoring and alerts – this includes Google Analytics for storefronts and various system resource charts. This also includes systems that analyze unusual behavior (for example, if the number of orders in an online store has halved compared to the usual at this time)
3. Automated tests – I want to write that even for the simplest and very fast projects, tests are still necessary, even if they are just the most essential ones.
I need to come up with two more. I’m conducting a survey – write your ideas)
For example, there is no CI/CD and Code Quality Gates – because that’s about infrastructure and development process. I’m collecting about development itself. That is, what needs to be included in the code that’s helpful in 100% of cases. Any ideas?
