• 目前IDE重构工具不会捕捉这种变化

    Current IDE refactoring tools wouldn't catch this change.

    youdao

  • TDD实践需要单元测试工具重构工具的配合。

    Similarly TDD practice requires a unit testing tool and a refactoring tool.

    youdao

  • 不仅仅依赖自动重构工具确保可以进行智能重构

    Rather than merely rely on automated refactoring tools, make sure that you do intelligent refactorings.

    youdao

  • 清单2中的代码展示一些自动化重构工具固有缺点

    The code in Listing 2 shows the inherent weakness of any automated refactoring tool.

    youdao

  • InfoQ还有什么其他新的重构工具功能(除了针对注解的)吗?

    InfoQ: What other new refactoring tools and capabilities are available (outside those for annotations)?

    youdao

  • 现代IDE一般配备了“智能编辑器代码变更容易的强大的重构工具

    Modern IDEs come equipped with "intelligent" editors and powerful refactoring toolkits that make code changes easy.

    youdao

  • 重构工具编译器自身可以提供一定安全保障不至于引入一些简单人为错误

    Refactoring tools and compiler itself can bring limited safety net that you can count on to catch some simple human mistakes.

    youdao

  • 可以使用Eclipse重构工具清单3中的Person轻松提取一个接口

    You can use Eclipse's refactoring tools to easily extract an interface from the Person class in Listing 3. Let's call that a Thing.

    youdao

  • 意味着所有语法能够转换源代码,这对于代码生成器重构工具都是非常重要功能

    This means any syntax tree can be turned back into source code, an important feature for code generators and refactoring tools.

    youdao

  • 除了这种例外情况以外本文下面几节都按照上面顺序讨论Eclipse重构工具的。

    Apart from this exception, the sections that follow will discuss Eclipse's refactoring tools in this order.

    youdao

  • 策略允许使用强大的代码重构工具使用静态类型语言同样方法实现此功能则困难

    This strategy allows powerful code refactoring tools, which are much more difficult to achieve using the same methods for statically typed languages.

    youdao

  • 使用3rdrail中的重构工具开发人员可以在不改变运行结果的前提下对应用代码进行重新组织。

    With the refactoring tools in 3rdrail, developers can reorganize their application code without changing the results.

    youdao

  • 遗憾几乎没有自动化重构工具提供支持,也是工程实践运用重构技术的最大障碍

    Unfortunately, almost no automatic tools about refactoring can be in hand for benefit of our development at present, as has been the intractable problem in refactoring field.

    youdao

  • 只要您知道Eclipse实现了什么样重构工具理解它们的适用情况,生产力就会得到极大提高

    Knowing what refactoring tools Eclipse makes available, and understanding their intended USES, will greatly improve your productivity.

    youdao

  • JetBrains重构工具先行者所以我们希望Ruby开发者能够一系列稳定的代码重构工具

    JetBrains is the pioneer in creating refactoring tools, so we wanted Ruby developers to have a set of reliable Ruby code refactorings.

    youdao

  • 这种情况下可以使用IntelliJ重构工具ReferenceStrength一个更高层次的中。

    In this case, ReferenceStrength can be moved to a higher-level package using IntelliJ's refactoring tools.

    youdao

  • 关于XP(极限编程),正如之前所说,现代重构工具支持现有代码便捷地添加接口同时与XP(极限编程)保持一致

    Regarding XP, as I mentioned earlier, the modern refactoring tools allow you to introduce interfaces into existing code easily and therefore is consistent with XP.

    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

  • 这些重构工具没有Eclipse提供其他工具那么常用,但是价值,因为它们能够执行非常复杂任务

    These refactorings aren't as generally useful as the other types of refactorings that Eclipse has to offer, but are valuable because they perform fairly complex tasks.

    youdao

  • 即便没有使用要求进行正式重构方法Eclipse重构工具还是可以在进行一般代码修改提供节约时间的方法

    But even if you are not using a formal method that requires refactoring, Eclipse's refactoring tools provide a time-saving way to make common types of code changes.

    youdao

  • Eclipse重构工具可以分为大类(下面的顺序就是这些工具Refactoring菜单出现顺序)。

    Eclipse's refactoring tools can be grouped into three broad categories (and this is the order in which they appear in the refactoring menu).

    youdao

  • Ruby代码分析、重构工具自动重构格式程序等等甚至更多工具并非不可能,但是困难,因为没有用Ruby代码分析Ruby源码的先例。

    Code analyzers, refactoring tools and automated refactorings, formatters and more, are difficult, if not impossible, to write in Ruby, because there is no way to parse Ruby source with Ruby code.

    youdao

  • 好消息代码重构工具嵌入现代集成开发环境(integrated development environment,IDE)中了,例如eclipse

    The good news is that code refactoring tools are built into modern integrated development environments (IDEs) such as Eclipse.

    youdao

  • ExtractConstant与Extract LocalVariable相似但是必须选择静态常量表达式重构工具将会把它转换成静态的final常量。

    Extract constant is similar to Extract Local Variable, but you must select a static, constant expression, which the refactoring will convert to a static final constant.

    youdao

  • 新的开发流程生产工具改进(重构调试代码生成)也是一个看点

    Its new development workflow and improvements on productivity tools like refactoring, debugging and code generation are also highlights.

    youdao

  • 然而并不包括现在重构技术单元测试工具技术,等等

    However, it does not include today's refactoring techniques, unit testing tools and techniques, and so on.

    youdao

  • 重构显然紧急设计一个重要工具同时考虑机制环境因素

    Refactoring is obviously an important tool for emergent design - one that entails both mechanical and environmental concerns.

    youdao

  • 工具能用分析代码例如可以提供自动化重构

    It is also used by tools that analyze code, for example to provide automated refactorings.

    youdao

  • 加上一个好的工具,迈开重构一步简直就是轻而易举

    This, coupled with a good tool, makes first steps in refactoring a breeze.

    youdao

  • 加上一个好的工具,迈开重构一步简直就是轻而易举

    This, coupled with a good tool, makes first steps in refactoring a breeze.

    youdao

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

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

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