Top Stories published by Continuous Delivery in December of 2017

Single Responsibility Principle

Single Responsibility Principle aka SRP — the first one in the SOLID principles — in my opinion, is one of the important ones to create modularised and readable code. As Sandi Metz mentioned in her book Practical Object-Oriented Programming in Ruby [popularly known as the…


Continuous Delivery for Database

In my previous posts, I touched upon Branch by Abstraction and Strangler Pattern which can be used as a technique for long refactorings or rewrites of the application. I also wrote about how to approach emergent design instead of Big Upfront Design.