您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Refactoring: Improving the Design of Existing Code

  2. Refactoring.chm 不需要分,随便下 分享是自觉的,要分是无耻的
  3. 所属分类:专业指导

    • 发布日期:2009-07-15
    • 文件大小:1048576
    • 提供者:rickerliang
  1. Refactoring+to+Patterns 重构与模式 英文版

  2. Refactoring+to+Patterns 重构与模式 英文版
  3. 所属分类:其它

    • 发布日期:2009-07-16
    • 文件大小:785408
    • 提供者:QAlong
  1. Addison Wesley - Refactoring - Improving the Design of Existing Code - Martin Fowler.chm

  2. Addison Wesley - Refactoring - Improving the Design of Existing Code - Martin Fowler.chm
  3. 所属分类:其它

    • 发布日期:2009-09-27
    • 文件大小:1048576
    • 提供者:wjj2007xmdxrjxy
  1. Refactoring-Improving the Design of Existing Code.pdf 英文版

  2. Martin Fowler和本书另几位作者清楚揭示了重构过程,他们为面向对象软件开发所做的贡献,难以衡量。本书解释重构的原理(principles)和最佳实践方式(best practices),并指出何时何地你应该开始挖掘你的代码以求改善。本书的核心是一份完整的重构名录(catalog of refactoring),其中每一项都介绍一种经过实证的代码变换手法(code transformation)的动机和技术。某些项目如Extract Method和Move Field看起来可能很浅显,
  3. 所属分类:Java

    • 发布日期:2009-09-28
    • 文件大小:1048576
    • 提供者:xiaopengqh
  1. xUnit.Test.Patterns.Refactoring.Test.Code.May.2007.pdf

  2. xUnit.Test.Patterns.Refactoring.Test.Code.May.2007.pdf
  3. 所属分类:其它

    • 发布日期:2009-09-29
    • 文件大小:5242880
    • 提供者:weidan1121
  1. long example of refactoring

  2. A very long example of refactoring
  3. 所属分类:专业指导

    • 发布日期:2009-10-12
    • 文件大小:1048576
    • 提供者:alex166
  1. Addison Wesley Refactoring To Patterns

  2. Refactoring to Patterns By Joshua Kerievsky
  3. 所属分类:其它

    • 发布日期:2009-10-19
    • 文件大小:3145728
    • 提供者:xyx12345678
  1. Wrox.Professional.Refactoring.in.CSharp.and.ASP.NET.Apr.2009.pdf

  2. Wrox.Professional.Refactoring.in.CSharp.and.ASP.NET.Apr.2009.pdf
  3. 所属分类:C#

    • 发布日期:2009-10-21
    • 文件大小:6291456
    • 提供者:webzl
  1. addison.wesley.refactoring.ruby

  2. refactoring in ruby, 经典好书,不可错过,英文PDF版本
  3. 所属分类:其它

    • 发布日期:2009-10-29
    • 文件大小:1048576
    • 提供者:leonhd
  1. Addison.Wesley.Refactoring.Databases.Evolutionary.Database.Design.Mar.2006

  2. Addison.Wesley.Refactoring.Databases.Evolutionary.Database.Design.Mar.2006
  3. 所属分类:其它

    • 发布日期:2009-11-13
    • 文件大小:3145728
    • 提供者:parkerwy
  1. Addison Wesley - Refactoring To Patterns

  2. Refactoring to Patterns reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you're focused on legacy or "greenfie
  3. 所属分类:其它

    • 发布日期:2007-11-13
    • 文件大小:3145728
    • 提供者:ericvai
  1. 31 Days of Refactoring

  2. 31 Days of Refactoring Useful refactoring techniques you have to know
  3. 所属分类:其它

    • 发布日期:2009-11-25
    • 文件大小:485376
    • 提供者:chinaqiao
  1. Refactoring

  2. Refactoring is the process of changing a software system in such a way that it does not alter the external behavior of the code yet improves its internal structure. It is a disciplined way to clean up code that minimizes the chances of introducing b
  3. 所属分类:其它

    • 发布日期:2009-11-26
    • 文件大小:1048576
    • 提供者:xuy0ung
  1. 重构----改善既有代码的设计Refactoring-Improving the Design of Existing Code【中文版本】

  2. 重构----改善既有代码的设计Refactoring-Improving the Design of Existing Code 呵呵,应该不用介绍了吧,很经典的书
  3. 所属分类:其它

    • 发布日期:2010-01-09
    • 文件大小:12582912
    • 提供者:servaywong
  1. 重构资料整理1 重构 refactoring

  2. “所谓重构(refactoring)就是这样一个过程:在不改变代码外在行为的前提下,对代码做出修改,以改进程序的内部结构.哪怕你手上有一个糟糕的设计,甚至是一堆混乱的代码,你也可以借由重构把它加工成良好的代码.”
  3. 所属分类:网络攻防

    • 发布日期:2010-01-19
    • 文件大小:352256
    • 提供者:sonofenvy
  1. Refactoring+Workbook.chm

  2. Refactoring exercises
  3. 所属分类:其它

    • 发布日期:2010-02-06
    • 文件大小:518144
    • 提供者:zdlan
  1. 数据库重构英文版Refactoring Databases Evolutionary Database Design 2006

  2. 数据库重构英文版Refactoring Databases Evolutionary Database Design 2006
  3. 所属分类:专业指导

    • 发布日期:2010-03-03
    • 文件大小:3145728
    • 提供者:phonechen
  1. refactoring improving the design of existing code

  2. Your class library works, but could it be better? Refactoring: Improving the Design of Existing Code shows how refactoring can make object-oriented code simpler and easier to maintain. Today refactoring requires considerable design know-how, but onc
  3. 所属分类:Access

    • 发布日期:2010-03-05
    • 文件大小:1048576
    • 提供者:amuseme_lu
  1. 31 Days of Refactoring

  2. Useful refactoring techniques you have to know
  3. 所属分类:其它

    • 发布日期:2010-03-29
    • 文件大小:485376
    • 提供者:beavey
  1. Refactoring-Improving+the+Design+of+Existing+Code.pdf

  2. Refactoring-Improving+the+Design+of+Existing+Code.pdf Refactoring-Improving+the+Design+of+Existing+Code.pdf
  3. 所属分类:其它

    • 发布日期:2010-04-01
    • 文件大小:2097152
    • 提供者:geshuning
« 12 3 4 5 6 7 8 9 10 ... 34 »