关于[Encapsulation Boundaries Large and Small]的摘要:
Writing any significantly complex software application involves the use of encapsulation boundaries and abstractions. Think about the smallest bit of executable code in your program: an expression or perhaps a statement. This typically maps roughly to a line of code. You can build entire applications using only this structure. If you do, they look something like this...
原文地址: https://ardalis.com/encapsulation-boundaries-large-and-small