...the microservice architetural style is an apporach to developing a simple application as a suite of small service,each running in its own process and communicating with lightweight mechinisms ,often an HTTP resources API.
-Martin Fowler
马丁.福勒,微服务概念定义者,看看这尊神在定义出这个影响IT界技术发展的概念前所耕耘的领域:
object-oriented analysis and design
UML patterns
agile software development
extreme programming
这段文字也来自于他:
Any fool can write code that a computer can understand.Good programmers write code that humans can understand.
是不是看起来很眼熟:代码是写给人看的。