Refactoring To Patterns的意思|示意
重构与模式(书名)
Refactoring To Patterns的网络常见释义
重构与模式 后来2004年出版的Joshua Kerievsky所著的《重构与模式》(Refactoring to Patterns)在《重构》的基础上更加详细地探讨了重构与设计模式之间的关系,以及如何在重构的过程中逐渐引入设计模式。
重构 因为这个原因,我更愿意在犯错误之后使用模式,朝着模式的方向重构(refactoring to patterns)。在模式刚刚开始变的更加流行的时候,我在一个新闻组里看到一条评论说,有人声称他们要在一个特定的程序里尝试使用所有23种GoF模...
重构到模式 ...推荐两本书给大家,一本是《重构——改善既有代码的设计(refactoring)》,另一本是《从重构到模式(refactoring to patterns)》,这两本书会让你对什么样的代码是“好代码”有基本的感觉。
模式 课程中提到,编码当中的设计模式使用不是我们在编程之初就定下来的,应该是重构得到设计模式(Refactoring to Patterns)。哦,原来是这样,也好理解。
Refactoring To Patterns相关例句
Because of this I really like to use patterns after the fact, refactoring to patterns.
正因为如此,我喜欢在事后使用模式,重构程序,让模式显现出来。
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,该书称可以让代码来告诉您何时实现模式。
We use refactoring techniques, design patterns, and other computational methods to remove the smelly code segments from our applications.
我们利用重构技术、设计模式和其他计算方法从我们的应用程序中去掉发臭的代码片段。
Present the refactoring and, in some cases, the patterns to fix the code smell.
提供用于修复代码味道的重构和模式(在某些情况下)。
Heck, we've even managed to categorize refactoring into a handy set of patterns!
我们甚至已经设法将重构分类成一系列便利的模式!
That suggests that it is a good candidate for refactoring to remove some of the complexity and see if you can find some abstractable, repeating patterns.
这说明应该考虑对它进行重构,消除一定的复杂性,寻找可提取出的重复的模式。