46
SAP Hybris code review checklist

Because the code should be fully extensible and easy to test, the reviewed code should not contain:
ProductModel getProductForCode(String code);
List<ProductModel> getProductsForCategory(CategoryModel category);
List<ProductModel> getOnlineProductsForBrand(BrandModel brand);
Created based on official documentation
Follow me on my tech blog and telegram
46