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.
用Ruby写代码分析、重构工具和自动重构、格式程序等等甚至更多的工具并非不可能,但是很困难,因为还没有用Ruby代码分析Ruby源码的先例。
This means any syntax tree can be turned back into source code, an important feature for code generators and refactoring tools.
这意味着所有语法树都能够转换回源代码,这对于代码生成器和重构工具都是非常重要的功能。
If a particular piece of source code exceeds a given threshold, it is flagged as a candidate for refactoring to improve maintainability.
如果特定片段的源代码超出了给定的范围,它会标示为重构的候选部分,以提高维护性。
A code refactoring is a simple change to source code which improves the design without breaking anything nor adding anything.
代码重构是对源代码的简单变更,是在不破坏任何东西,且不添加任何东西的情况下改进设计。
The refactoring of the source code done to align it with Microsoft's guidelines has introduced some breaking changes.
对源代码的重构遵循微软的代码标准,但引入了一些不兼容的修改。
In that sense, refactoring insists on some less tangible, but decisive characteristics of software like design, simplicity, improved source code comprehension, readability and alike.
从这个意义上讲,重构坚持在一些不太明显,但却具有决定性作用的特征上作文章,例如设计、简单性,以及改善源代码的可读性,便于理解。
Support for refactoring to restructure your source code, increasing the maintainability and chances of successful reuse.
支持重构源代码,增强了代码的可维护性和代码的重用性。
One approach to refactoring is to improve the structure of source code at one point and then extend the same changes systematically to all applicable references throughout the program.
重构的一个方法是提高源代码的结构在一个点,然后同样的变化系统扩展到所有适用的整个程序的引用。
Unique finds patterns in source code. It helps you build better software by finding pieces of code that could benefit from a refactoring.
在源代码中找到的唯一模式。它可以帮助您通过寻找代码片段,可以受益于一个重构更好的软件。
Unique finds patterns in source code. It helps you build better software by finding pieces of code that could benefit from a refactoring.
在源代码中找到的唯一模式。它可以帮助您通过寻找代码片段,可以受益于一个重构更好的软件。
应用推荐