• Agile development methods, which add program features iteratively, depend on refactoring as a technique to alter and extend a program's design.

    敏捷开发方法采用迭代方式增加程序特性,因此需要依赖重构技术改变扩展程序设计

    youdao

  • For really critical sections of your code, you might consider adding some functional tests as a safety net before you start refactoring.

    对于代码真正关键部分可能需要在进行重构之前添加一些功能测试作为一种安全保障

    youdao

  • As mentioned previously, in cases where this refactoring results in an error, whether flagged or not, you can continue by simply correcting the errors on a case-by-case basis.

    前面提到过,重构引发了问题的情况下,不管问题是否被标出都可以一个一个地修正这些问题,以继续下去

    youdao

  • Therefore, this preview does not only serve as a warning as to whether the refactoring should be performed at all.

    因此这个预览图不仅仅是否应该执行所有重构警告

    youdao

  • He pioneered the use of refactoring as a vehicle for a VB 6 code upgrade to VB.net.

    首创了利用重构完成代码VB6VB.NET升级

    youdao

  • As you'll see, db4o's ability to silently roll with updates and ensure consistency from code to disk takes a lot of the stress out of refactoring the persistence portion of your system.

    看到db4o能够静默地处理更新确保代码磁盘一致性大大减轻了重构系统持久性存储的压力

    youdao

  • Adept refactoring folks will note that I could apply Extract Method as a further refinement to the code.

    一些熟悉重构人可能应该使用ExtractMethod进一步代码进行优化。

    youdao

  • I'm going to stick with the simple solution for now, but I'll mentally flag the FrequentFlier field as a future refactoring point if requirements change.

    现在使用简单解决方案,但是如果需求发生了更改,我会FrequentFlier字段标记未来一个重构

    youdao

  • As of version 6.1, db4o automatically recognizes and handles three different kinds of refactoring: adding a field, removing a field, and adding a new interface to a class.

    自6.1开始,db4o自动识别处理三种不同类型重构添加字段删除字段和添加一个接口

    youdao

  • In this installment, I started the discussion about using refactoring as a tool to help understand and identify emergent design.

    本期文章中,首先讨论使用重构作为手段帮助理解识别紧急设计。

    youdao

  • Tip: If you want the closed models to be considered, you need to perform a refactoring (as shown in Figure 16), not a simple rename.

    提示如果考虑这些封闭模型,您需要执行重构(如图16所示),而不是一次简单的重命名。

    youdao

  • Long range, we should look for even more sophisticated tools, such as "pattern savvy" refactoring browsers that recognize USES (or potential USES) of design patterns in a program and apply them.

    长期来看,我们寻找卓越的工具“以模板为导向”的重整浏览器,它承认设计模板程序中的使用(潜在使用)应用它们

    youdao

  • The refactoring tool won't do this because it can't take account of the serious implicationssuch as threading concerns, naming, and availability in other methodsthat such a decision entails.

    重构工具不到一点,因为不能考虑这样一个决策细节严重影响比如线程问题命名其他方法中的可用性

    youdao

  • If a particular piece of source code exceeds a given threshold, it is flagged as a candidate for refactoring to improve maintainability.

    如果特定片段源代码超出给定范围标示重构候选部分,提高维护性。

    youdao

  • XP as a discipline assumes a team is using all of the practices all of the time, but a team can pick a few practices and use them successfully (such as refactoring or pair programming).

    作为规则XP假设团队一直使用所有实践团队可以挑选几个实践,成功使用它们(诸如重构结对编程)。

    youdao

  • Refactoring must become a key part of your software development activity, done in a methodical way using appropriate tools so as to progressively improve the quality of your code.

    重构必须软件开发活动一个关键环节通过合适的工具,并采取系统的方法,可以逐步改善代码的质量

    youdao

  • In some cases, the refactoring that needs to happen is a bit more drastic, such as changing the name of a class entirely (meaning either the class name or the package it lives in).

    某些情况下,需要发生重构可能剧烈一些例如整个更改一个名称(可以是类名,也可以是类所在的名称)。

    youdao

  • Along with the new refactoring functionality, a link is provided to change the binding style for the interface, as shown in Figure 8.

    除了新的重构功能之外提供一个修改接口绑定风格链接8。

    youdao

  • As the name suggests, the convert local variable to field refactoring takes a local variable and converts it to a private field of the class.

    正如名称所示这个ConvertLocalVariabletoField重构能够获取本地变量将这个变量转换为此类一个私有字段

    youdao

  • A similar refactoring of a Web method also needs to be applied in cases where an update operation is supported over HTTP GET, as shown in Listing 4.

    支持通过HTTP GET执行更新操作时,需要应用类似Web方法重构如清单4

    youdao

  • So, once again, you can always "call back" old values by refactoring the field to the original value, which can either be viewed as a feature or a bug, depending on your point of view at the time.

    因此通过字段重构回初始可以调”取决于观察问题的角度,可以说特性可以说是一个bug

    youdao

  • In his book, Refactoring, Martin Fowler describes the issue with the long Method code smell quite nicely as "the longer a procedure is, the more difficult it is to understand."

    MartinFowler撰写的Refactoring这本书中,对代码中存在冗长方法气味这个问题做了精妙的描述——过程越长理解

    youdao

  • I use Eclipse refactoring features (such as the ability to propagate a package change) to rename some of those classes. (See Figure 1.)

    使用Eclipse重构特性(比如传播变化)重新命名其中的一些(参见1)。

    youdao

  • Bill Venners: in Refactoring, you write: "I write tests to improve my productivity as a programmer." What about robustness, quality, and reliability?

    比尔重构》这本书中,写道:“通过测试提高作为一个程序员工作效率。”能谈谈鲁棒性质量可靠性的影响么?

    youdao

  • Refactoring is the process of rewriting a piece of code so as to leave its execution behavior intact, but improve it in some other way.

    重写代码保留运行外部特性某些方面有所改进这样过程称之为重构

    youdao

  • Encapsulate field USES the comma as a boundary between fields, and initiates refactoring on the field that is nearest the cursor and on the same line as the cursor.

    封装字段使用逗号作为字段之间边界对与光标位于一行距离光标最近某个字段启动重构

    youdao

  • As far as breaking a piece of secret code-that tells me their testing wasn't strong enough. Testing is a very important underpinning to refactoring.

    至于保密代码与其他部分代码不一致问题,这正说明了他们测试不是很严格。测试对于重构来说,非常重要支撑

    youdao

  • In a sense, design pattern as the goal of guiding the conduct of Refactoring.

    某种意义上,设计模式作为重构目标指导重构进行

    youdao

  • In a sense, design pattern as the goal of guiding the conduct of Refactoring.

    某种意义上,设计模式作为重构目标指导重构进行

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定