What is DRY in Microservices architecture?March 29, 2021Microservices Architecture › Category: Microservices Architecture › What is DRY in Microservices architecture? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What is DRY in Microservices architecture? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago DRY stands for Don’t Repeat Yourself. It basically promotes the concept of reusing the code. This results in developing and sharing the libraries which in turn result in tight coupling. # microservices-interview-questions Articles: 40643