Pattern Refactoring的意思|示意

美 / / 英 / /

模式的重构


Pattern Refactoring的网络常见释义

模式重构 模式重构(Pattern refactoring) 这一章我们会专注于通过逐步演化的方式应用设计模式来解决问题。

Pattern Refactoring相关短语

1、 Thinking in Pattern Refactoring 模式重构流程

Pattern Refactoring相关例句

Once you've objectively determined there's a problem in the code, you can use a handy refactoring pattern to improve it.

一旦客观地判断出代码中有问题,那么就可以用方便的重构模式改进它。

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.

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

On the subject of using patterns wisely, you also might want to read Joshua Kerievsky's Refactoring to patterns, which says you should let your code tell you when to implement a pattern.

关于明智使用模式的这个主题,也可以阅读Joshua Kerievsky的Refactoring to Patterns,该书称可以让代码来告诉您何时实现模式。

They also facilitate the ubiquitous MVC pattern and, even more importantly, they support refactoring into MVC code by embodying the view.

它还可以促进无所不在的MVC模式的使用;更重要的是,它们可以通过表示视图来支持转换为MVC代码。

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

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

The target of refactoring is a brief design, which most important characteristic is an easy orientation variety, and designing pattern is the best annotation of the brief design.

系统重构的目标就是一个简单完好的设计,而一个简单完好设计最重要的特性就是容易适应变化,设计模式则是对简单完好设计的最好诠释。