code refactoring 中文意思是什麼

code refactoring 解釋
軟體重構
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  • refactoring : 重構、重整
  1. Martin has also written several books and i can recommend his refactoring : improving the design of existing code book, which you can also find on the website

    我不會在書中講述很多敏捷開發方法,但是我會使用單元測試和簡短的概念,單元測試設計,然後反復編寫代碼在書中將貫穿整個項目。
  2. The code that is generated by this refactoring operation is modeled by the encapsulate field code snippets

    此重構操作生成的代碼將由「封裝欄位代碼段」來建模。
  3. Encapsulate field refactoring operation enables you to quickly create a property from an existing field, and then seamlessly update your code with references to the new property

    利用「封裝欄位」重構操作,可以從現有欄位快速創建屬性,然後使用對新屬性的引用無縫更新代碼。
  4. Refactoring can bring new life to old code

    重構可以使舊代碼獲得新生。
  5. This solution helps us get the code quickly into websphere studio, where the refactoring process is very easy - and working code in any form is easier to refactor than non - working code

    這個解決方案幫助我們快速的將代碼導入webspherestudio ,它使得重構過程非常容易- -並且能工作的代碼(無論什麼形式)比不能工作的代碼更容易重構。
  6. In the code editor, rename refactoring is available when you position the cursor on the code symbol declaration

    將光標置於代碼符號聲明中時,可以在「代碼編輯器」中使用重命名重構功能。
  7. 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會在第一個列中保存映射的類名,這么做可能會非常消耗空間、沒有效率(特別是在代碼重構修改類名的時候) 。
  8. The bottom view will display your code with all the reference updates due to the refactoring operation

    底部視圖將顯示代碼,其中包含了因重構操作而引起的所有引用更新。
  9. Refactoring is a software methodology that involves restructuring your code to make it easier to understand and to maintain, while preserving its functionality

    重構是一種軟體方法,涉及重構代碼,使其更易於理解和維護而不影響其功能。
  10. If new code is too intertwined with old code, refactoring can often help resolve issues

    如果新代碼和舊代碼交錯程度很高,則重構通常有助於解決問題。
  11. On the preview changes dialog box will stop the refactoring operation, and no changes will be made to your code

    按下「預覽更改」對話框中的「取消」將停止重構操作,並且代碼不會進行任何更改。
  12. Only once i ve finalized the organization of packages and finished refactoring methods - whether that be by extracting new methods from existing code, pulling up or pushing down methods in the hierarchy, or moving them to another class entirely - do i then review method visibility

    只有當我最後定下了包的組織結構並完成了對方法的重構不管是通過從現有代碼抽取出新方法、在層次結構中上移或下移方法還是將方法整個地移至其它類中我才會重新檢查方法的可視性。
  13. The code cowboy ' s code is a spaghetti code mess, because he or she was working so quickly that the needed refactoring never happened

    代碼牛仔的代碼就好像意大利麵條一樣攪在一起,因為他或者她工作的事如此之快,以至於必要的重夠都沒有做到。
  14. The following code snippet is a refactoring example

    下列代碼片斷是一個重構示例:
  15. Menu item, to invoke rename refactoring without a preview of the changes to your code

    要調用不具有代碼更改預覽的重命名重構功能,請選擇「將
  16. Select the rename with preview menu item, to invoke rename refactoring with a preview of the changes to your code

    要調用具有代碼更改預覽的重命名重構功能,請選擇「帶預覽重命名」菜單項。
  17. The undo command ctrl z will only undo rename refactoring within the code and will not change the file name back to the original name

    「撤消」命令( ctrl + z )將僅撤消代碼中的重命名重構操作,而不會將文件名改回原始名稱。
  18. Refactoring tools can automatically restructure your source code, for example, by promoting local variables to parameters or converting a block of code into a method

    重構工具可自動重新構造源代碼,例如,通過將局部變量升級為參數或將代碼塊轉換為方法。
  19. The java refactoring tools won t replace the use of types in aspectj - specific code unless the developer who ran them remembered to search for the fully qualified name of the type in files with the extension

    Java重構工具將不會替換特定於aspectj的代碼中類型的使用,除非運行該代碼的開發人員記得搜索擴展名為
  20. Fowler, refactoring : improving the design of existing code. addison - wesley, 1999

    影印版:重構? ?改善既有代碼的設計(影印版) 。中國電力出版社, 2003 。
分享友人