주 콘텐츠로 건너뛰기

Cloud SOLID: Cloud architecture and the single responsibility principle

이 리소스는 English에서 제공됩니다.

게시됨: 2017-07-10

First introduced in 2003 by Robert “Uncle Bob” Martin, SOLID principles are a set of prescriptive guidelines that can help developers write code that is easy to comprehend, maintain, and test.

SOLID is a mnemonic device used to help remember these five principles:
  • Single responsibility principle 
  • Open/closed principle 
  • Liskov substitution principle 
  • Interface segregation principle 
  • Dependency inversion principle 

Authored by Casey Watson from the Azure Customer Advisory Team (AzureCAT), this whitepaper examines how you can use the single responsibility principle to build Azure cloud architecture that is highly maintainable.