有些问题需要重新编程并改变模块的全部代码逻辑。
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.
通过这些文件中的注释了解代码的作用,或者参考下一节中对代码逻辑的解释。
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.
它是透明的,因为业务逻辑代码不包含对契约检查的引用,前者绝对不知道后者。
It is transparent because the business-logic code contains no reference to contract checking; it is absolutely unaware of it.
MVC开发人员通常直接在表示层中包含业务逻辑代码进行 “欺骗”(而不是包含到它所属的服务层中)。
MVC developers can frequently "cheat" by including business logic code directly in the presentation layer, instead of the service layer where it belongs.
支持包含动态记录的动态表单需要复杂的代码和逻辑。
Supporting dynamic forms with dynamic sets of records requires complicated code and logic.
已确认的缺陷可能需要在模型中解决,在人工开发的业务逻辑代码中,要在模型转换,或它们的组合中解决。
Identified defects may potentially need to be resolved in the model, in the manually developed business logic code, the model transformations, or some combination of these.
这种思路需要把交互代码从业务逻辑中分离出来,正如您已经了解的,这是最佳的入门实践!
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.
透明性:前置和后置条件代码不与业务逻辑混合。
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.
既然已经仔细检查了实现业务规则逻辑的代码,现在应该检查它是否能工作。
Now that you've gone over the code that implements the business-rules logic, it's time to see if it works.
在这种情况下,事务界定代码与实现业务逻辑的代码混杂在一起。
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.
你是否需要改变界面而不用重构逻辑代码的灵活性?
Would you like more flexibility to change your user interface without having to refactor other logic in the code base?
如果已经编写了所需的代码或逻辑,那么您还可以从script库中引用其他类、函数和sub。
You can also reference other classes, functions, and subs from script libraries if the code or logic you require has already been written.
NetKernel的中心是一个REST风格或面向资源的微核,专门负责为物理代码解析逻辑uri请求并在空闲的CPU上安排执行请求。
At the heart of NetKernel is a RESTful or resource-oriented microkernel responsible for resolving logical URI requests to physical code endpoints and scheduling the request on an available CPU core.
更重要的是,XPath代码根据XML(逻辑)标记,而不是结构。
More importantly, XPath codes in terms of XML (logical) markup, rather than structure.
将一些方法声明为Private是一个很好的做法,以便保持代码和逻辑位于类中,同时不允许用户直接调用方法。
Declaring some methods Private is a good way to keep code and logic inside a class while not allowing it to be called directly by a user.
Spring将处理创建p DF时所需的全部麻烦而复杂的代码和逻辑。
Spring takes care of all the cumbersome and complex code and logic needed to create a PDF.
Spring将处理创建p DF时所需的全部麻烦而复杂的代码和逻辑。
Spring takes care of all the cumbersome and complex code and logic needed to create a PDF.
应用推荐