代码重构 meaning in Chinese
code restructuring
Examples
- Refactor existing code into smaller functions
将现有代码重构为更小的函数。 - Classes enable refactoring your appearance and behavior code into dedicated custom types
类将您的外观和行为代码重构为专用自定义类型。 - If you think this sounds like an impossible situation , you are correct - it is practically impossible to accurately schedule any kind of code restructuring unless you have some way of assessing the risks
您也许认为这是一项不太可能完成的任务,您是对的精确地计划任何形式的代码重构实际上是不可能的,除非有某种可以对风险进行评估的方法。 - Using default settings , hibernate will attempt to store the mapped class names in the first column , which may prove space - consuming and inefficient especially if class names are changed during code refactoring
使用默认设置时, hibernate会在第一个列中保存映射的类名,这么做可能会非常消耗空间、没有效率(特别是在代码重构修改类名的时候) 。