`
fushcpc
  • 浏览: 25150 次
社区版块
存档分类
最新评论

Refactoring_Improving_the_Design_of_Existing_Code

 
阅读更多
Refactoring_Improving_the_Design_of_Existing_Code
分享到:
评论

相关推荐

    refactoring_improving_the_design_of_existing_code.chm

    书中的内容涵盖了大量实用的重构技巧和模式,这些模式可以帮助开发者识别和修复代码中的坏味道(code smell),进而提高代码的可测试性、可读性和可维护性。 书中的"源码"标签表明,该资源包含有关实际编程实践的...

    Refactoring: Improving the Design of Existing Code 第二版

    This eagerly awaited new edition has been fully updated to reflect crucial changes in the programming landscape.Refactoring, Second Edition,features an updated catalog of refactorings and includes ...

    refactoring-improving the design of existing code.pdf

    《重构:改善既有代码的设计》是一本专注于软件开发领域的经典著作,由Martin Fowler著述,主要探讨了如何通过重构技术来提升现有代码的设计质量。重构是软件开发过程中的一个重要环节,它并不改变软件的外部行为,...

    Refactoring: Improving the Design of Existing Code

    5. **Replace Type Code(替换类型码)**:在处理条件分支语句或switch语句时,如果发现有大量针对同一概念的类型码,可以考虑使用类代替,引入多态性,提高代码的灵活性和可扩展性。 书中详细阐述了这些重构手法的...

    Refactoring Improving the Design of Existing Code.pdf

    - **Refactoring Tools for Visual Studio**:针对.NET平台的重构插件。 **5. 面向对象设计的优化** 重构不仅仅局限于简单的代码优化,它还涉及到更深层次的面向对象设计原则。通过遵循良好的设计原则,如单一...

    Refactoring Improving The Design Of Existing Code

    Refactoring Improving The Design Of Existing Code

    Refactoring(Improving the Design of Existing Code)

    这本书专注于一个非常重要的软件开发实践,即重构(Refactoring)。重构指的是在不改变外部功能的前提下,对软件的内部结构进行改善的过程。该书的描述提到了书中包含的每个重构方法的书签,为读者查找提供了便利。...

    Refactoring Improving The Design of Existing Code

    Refactoring Improving The Design of Existing Code 重构已有代码

    Refactoring - Improving the Design of Existing Code

    《重构:改善既有代码的设计》是马丁·福勒(Martin Fowler)的一本经典著作,它在IT领域中具有深远的影响,特别是在软件开发和维护方面。这本书详细阐述了如何通过重构来提升现有代码的设计质量,从而使得软件系统...

    Refactoring-Improving the Design of Existing Code.pdf

    "Refactoring" was conceived in Smalltalk circles, but it wasn't long... The key to keeping code readable and modifiable is refactoring—for frameworks, in particular, but also for software in general.

    Refactoring Improving the Designof Existing Code(中英文版)

    《Refactoring: Improving the Design of Existing Code》是软件开发领域的一本经典著作,由Martin Fowler著述。这本书深入探讨了重构这一关键的软件工程实践,对于Java开发者来说尤其具有指导意义。重构是指在不...

    Refactoring Improving the Design of Existing Code.pdf 代码重构

    《代码重构:改善既有代码的设计》是一本由Martin Fowler所著的经典著作,它深入探讨了如何通过重构来提升软件设计的质量。重构是软件开发过程中的一个重要环节,它并不改变代码的功能,而是通过优化代码结构,使其...

    经典书籍《重构》《Refactoring: Improving the Design of Existing Code》

    ### 经典书籍《重构》(Refactoring: Improving the Design of Existing Code) #### 书籍概述 《重构:改善既有代码的设计》是一本由马丁·福勒(Martin Fowler)、肯特·贝克(Kent Beck)、约翰·布兰特(John ...

    Refactoring--Improving the Design of Existing Code(重构,英文清晰版,带完整书签)

    《重构—改善既有代码的设计》是Martin Fowler所著的一本关于软件开发领域重构技术的经典之作。本书详细探讨了如何通过重构改善现有代码的设计,同时不改变软件的外部功能。重构是一种软件开发技巧,通过这种方式,...

    Refactoring-Improving+the+Design+of+Existing+Code.pdf

    7. **多态取代类型码**:使用继承和多态来代替类型码(type code),减少硬编码带来的维护问题。 8. **分解条件表达式**:将复杂的条件表达式拆分为多个较小的部分,使得每个部分的意图更为明显。 9. **提取超类**:...

    Refactoring Improving the Design of Existing Code

    《重构:改善既有代码的设计》是马丁·福勒(Martin Fowler)的经典著作,由熊节翻译,于2010年4月在中国由人民邮电出版社出版。这本书深入探讨了软件开发过程中的一个重要环节——重构,即在不改变代码外在行为的...

    重构 - Refactoring Improving the Design of Existing Code - Martin Fowler

    《重构 - Improving the Design of Existing Code》是马丁·福勒(Martin Fowler)的经典著作,这本书深入探讨了软件开发中的一个重要实践领域——重构。重构是指在不改变代码外在行为的前提下,改善其内部结构,使...

Global site tag (gtag.js) - Google Analytics