源文件中的注释可以帮助您理解代码逻辑。
The source file provides comments that will help you to understand the code logic.
有些问题需要重新编程并改变模块的全部代码逻辑。
Some issues require re-programming and changing entire sections of code logic.
模仿对象用来单独测试代码逻辑的一部分。
Mock objects are used to test a portion of your code logic in isolation from the rest of the code.
如何“学习”我的IDE代码逻辑和结构?
通过这些文件中的注释了解代码的作用,或者参考下一节中对代码逻辑的解释。
Review the comments in these files to understand the code or refer to the next section, which provides a high-level description about the code logic.
通过这个文件中的注释了解代码的作用,或者参考下一节中对代码逻辑的解释。
Review the comments in this file to understand the code or refer to the next section, which provides a high-level description about the code logic.
通过影像树,这些代码逻辑可以依靠那些不容易被外部代码访问的svg子树——尽管在需要时仍然能够访问。
With shadow trees this code logic can rely on an SVG sub-tree that is not easily available to external code, though it can still be accessed if needed.
在修改之后,您会认为代码逻辑没有更改,并再次运行客户端来调用Web服务,但是现在却引发了异常。
After the modifcation, you believe there is no change in the logic of the code and run the client stub to invoke the Web service again, but now exceptions are thrown.
因此,本文有一个启动器应用程序,为您提供了业务逻辑代码。
Therefore, we include a starter application that has the business logic coded for you.
有时候同时具有这两种接口,并将UI、代码和业务逻辑分离开了。
Sometimes they have both and separate the UI, code from the business logic.
契约式设计是一种发现和修复代码中逻辑错误的工具。
Design by contract is a tool for finding and fixing logic bugs in code.
这样的逻辑代码的开发和维护都很复杂。
The development and maintenance of such logical code becomes intricate.
它是透明的,因为业务逻辑代码不包含对契约检查的引用,前者绝对不知道后者。
It is transparent because the business-logic code contains no reference to contract checking; it is absolutely unaware of it.
支持包含动态记录的动态表单需要复杂的代码和逻辑。
Supporting dynamic forms with dynamic sets of records requires complicated code and logic.
这种思路需要把交互代码从业务逻辑中分离出来,正如您已经了解的,这是最佳的入门实践!
This sort of thinking requires a decoupling of interaction code from business logic, which (as you already know) is a best practice to begin with!
因此,在不同的组件之间可以保持一定程度的松散耦合,这让他们可以专注于自己的业务逻辑代码。
Therefore, they are able to keep a loose-coupled level among different components so that they can focus on their business logic code.
引入体系架构机制而不接触IDE中的事务逻辑代码,使用面向方面技术是一个非常有效的方法。
Aspect technology can be a very effective way to introduce architectural mechanisms without touching the business logic code in the IDE.
客户端代码调用数据逻辑方法可以捕获用户定义的异常。
Client code calling the data logic method can catch the user-defined exception.
透明性:前置和后置条件代码不与业务逻辑混合。
Transparency: The pre - and post-condition code isn't mixed with business logic.
这些测试在测试时自动计算,有助于捕获代码中的逻辑错误。
These tests are evaluated automatically during testing, where they help catch logic bugs in your code.
您将输入管理控制器中事件的所有逻辑代码。
You will enter all the logic to manage the event inside the controller.
然而在逻辑层,代码并不知道物理层类型。
However, at the logical level, code is not aware of physical level types.
在这种情况下,事务界定代码与实现业务逻辑的代码混杂在一起。
In this case, your transaction demarcation code is intermixed with code that implements the business logic.
在清单12中,您将看到一些非常类似的代码,不过这些代码的逻辑是用来映射一个测试用例列表的。
In Listing 12, you should see some similar code, yet this code has logic for mapping a list of test cases.
业务逻辑代码不需要知道适配器内部发生的详细情况。
Your business logic code does not need to know the details of what happens behind the adapter curtain.
这有助于处理代码的人理解逻辑,也能清楚表明事件允许的出现顺序。
This helps people who work with the code understand it, and it also makes the allowed order of events explicit.
为了在前端CGI显示代码和后端数据库及业务逻辑代码之间构建一个中间件桥,必须定义一个允许所有必需数据访问的API。
In order to build a middleware bridge between the front-end CGI display code and the back-end database and business logic code, an API that allows all necessary data access must be defined.
在上面的示例中,我们发现数据对象的代码比业务逻辑需要的代码多得多。
In the above example we find that the code for the data objects is exponentially more than the code needed for the business logic.
业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。
Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.
业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。
Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.
应用推荐