July 7, 2019C#, Commerce, Sitecore, Software Design, Web API Transient fault handling in Sitecore Commerce Transient fault handling can be cumbersome and lead developers to write repetitive code. There […]
November 17, 2015Software Design Dependency Inversion Principle Start implementing DIP in your code, it will drive you through other […]
November 15, 2015Software Design Interface Segregation Principle It’s useless to sell a frying pan to someone who doesn’t cook. […]
November 14, 2015Software Design Liskov Substitution Principle OCP and LSP are very closely related. Implementing OCP would implicitly follow LSP […]
November 14, 2015Software Design Open Closed Principle Take advantage of OCP to write highly extendable and maintainable software. Introduce […]