代码体系结构视图描述如何在开发环境中组织源代码、二进制文件和库?
Code architecture view Describes how the source code, binaries, and libraries are arranged in a development environment.
另外,可以在下面的代码中看到这个体系结构的模块性是多么强。
Also, you can see in the code below just how modular the architecture is.
在这个例子中,尽管你已经拥有了你的代码,但是模型化你的应用程序会使你更好地理解代码的体系结构和实现的功能,使你更容易更有效地编写代码。
Even though you already have your code in this example, modeling your application allows you to understand its architecture and functionality better, making your coding easier and more efficient.
应用推荐