Top Stories published by Continuous Delivery in October of 2017

Continuous Integration not Continuous Isolation

I firmly believe the power of Continuous Delivery (CD). I have experienced the value of it, and I had also seen significant issues when it was missing. With the right implementation, CD tackles the last mile issues and keeps the cost of…


Continuous Design — To Avoid Technical Cruft

In the previous post, I referred to the below four rules of Simple Design to reduce the code getting messy or becoming cruft.

  • Passes all the tests
  • Reveals Intention