So refactoring, it works for everything you'd expect.
重构它能够完成你所希望的一切。
单词 | Refactoring |
释义 |
Refactoring
原声例句
Apple 最新资讯 So refactoring, it works for everything you'd expect. 重构它能够完成你所希望的一切。 Apple 最新资讯 So our new Source Editor—great look and feel, awesome performance, and now with refactoring. 我们的新 Source Editor 看上去很棒,性能更是强大,现在又能重构了。 Apple 最新资讯 So new refactoring is a great way to evolve your code. 新的重构功能大大有利于改进你的代码。 Apple 最新资讯 Our source and text indexes provide the back end for many work flows, like navigation, searching, and refactoring. 我们的源码和文本索引为许多工作流提供了后端支持,比如导航、搜索和重构。 GOD FRIENDED And by minor I mean a complete refactoring of the code. 小调整 我意思就是对代码进行完全的重构。 Apple 最新资讯 But this is just the beginning because we're going to be open sourcing the refactoring engine as part of the Apple, Clang, and Swift compilers. 但这只是开始,因为我们会公开重构引擎的源代码,这是Apple、Clang 和 Swift 编译程序的一部分。 Apple 最新资讯 In addition to the rename refactoring, we're also going to include a number of local transformations, like extract, adding missing overrides, and working with localized strings. 除了重命名这项重构,我们还会加入一系列本地转化,比如抽取代码添加丢失重写,以及使用本地化的字符串。 Apple 最新资讯 And to show you what this is like, I'd like to bring up Ken Orr to give you a demonstration of the new Source Editor with refactoring. 所以下面我要请肯·奥尔上台为大家演示重构的 Source Editor。 Apple 最新资讯 And the refactoring work flow takes advantage of the new tokenized editing experience to present contextual actions, like Extract and Rename, and all of these actions are bindable, so you can set key equivalents for ones you use frequently. 重构工作流能够利用新的标记化编辑体验来呈现文本动作,比如抽取和重命名,这些都是可绑定的,你可以把常用的动作设成关键性的量值。
中文百科
代码重构 Code refactoring(重定向自Refactoring)
代码重构(英语:Code refactoring)指对软件代码做任何更动以增加可读性或者简化结构而不影响输出结果。 软件重构需要借助工具完成,重构工具能够修改代码同时修改所有引用该代码的地方。在极限编程的方法学中,重构需要单元测试来支持。
英语百科
Code refactoring 代码重构(重定向自Refactoring)
Code refactoring is the process of restructuring existing computer code—changing the factoring—without changing its external behavior. Refactoring improves nonfunctional attributes of the software. Advantages include improved code readability and reduced complexity; these can improve source-code maintainability and create a more expressive internal architecture or object model to improve extensibility. Typically, refactoring applies a series of standardised basic micro-refactorings, each of which is (usually) a tiny change in a computer program's source code that either preserves the behaviour of the software, or at least does not modify its conformance to functional requirements. Many development environments provide automated support for performing the mechanical aspects of these basic refactorings. If done extremely well, code refactoring may also resolve hidden, dormant, or undiscovered computer bugs or vulnerabilities in the system by simplifying the underlying logic and eliminating unnecessary levels of complexity. If done poorly it may fail the requirement that external functionality not be changed, and/or introduce new bugs. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。