Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - refactoring
Search - refactoring - List
软件工程领域的超级经典巨著,与另一巨著《设计模式》并称"软工双雄",全美销量超过100000册,亚马逊书店五星书。-Super classic software engineering masterpiece with another masterpiece, the " design mode" and that " the soft-workers Hutch" , U.S. sales of more than 100,000, Amazon five-star book.
Update : 2024-05-03 Size : 12493824 Publisher : wangl

DL : 0
将代码重构,一本学习C语言以及编程不得不看的书,大家一起进步-Code refactoring, one has to learn C programming language and to see the book, with the progress we
Update : 2024-05-03 Size : 340992 Publisher : 飞天

在这本书中,享誉全球的软件开发专家和软件工程大师Robert C.Martin将向您展示如何解决软件开发人员、项目经理及软件项目领导们所面临的最棘手的问题。这本综合性、实用性的敏捷开发和极限编程方面的指南,是由敏捷开发的创始人之一所撰写的。   ·讲述在预算和实践要求下,软件开发人员和项目经理如何使用敏捷开发完成项目。   ·使用真实案例讲解如何用极限编程来设计、测试、重构和结对编程。   ·包含了极具价值的可多次使用的C++和JAVA源代码   ·重点讲述了如何使用UML和设计模式解决面向客户系统的问题-In this book, world-renowned experts in software development and software engineering guru Robert C. Martin will show you how to solve the software developers, project managers and software project leaders faced the most difficult issues. This comprehensive, practical aspects of Agile and Extreme Programming Guide, developed by the founder of Agile written. * About the request in the budget and practice, software developers and project managers to complete the project using agile development. • Use real examples to explain how to use extreme programming to design, testing, refactoring, and pair programming. * Contains valuable reusable C and JAVA Source Code * Highlight how to use UML and design patterns to solve the problem for the client system
Update : 2024-05-03 Size : 19991552 Publisher : Simon

DL : 0
正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large projects are being reconstructed, and he is being prepared by the design pattern library. Covering 20 kinds of pattern And I was in a nice, simple first principle. Prepared a set of easy to use, easy to understand the pattern library. LOKI library will use the model part of the object (and BOOST essentially similar objects used in STL). Please note that download LOKI. Code is entirely original, free to download, study, research and use References: "Design Patterns" "C++ design of the new thinking", "Mode" "code refactoring" English used in the program notes, from "Design Patterns" book. Writing language: C++
Update : 2024-05-03 Size : 48128 Publisher : joyeep

DL : 0
关于程序设计的经典之作,每个程序员提升必读之书-On the classic programming, each programmer must read the book to enhance
Update : 2024-05-03 Size : 12506112 Publisher : 谭牧

关于程序设计的经典之作,每个程序员提升必读之书-On the classic programming, each programmer must read the book to enhance
Update : 2024-05-03 Size : 12506112 Publisher : 谭牧

Refactoring-Improving_the_Design_of_Existing_Code 源码-Refactoring-Improving_the_Design_of_Existing_Code source
Update : 2024-05-03 Size : 1868800 Publisher : 臧亚强

DL : 0
重构经典教程,英文原版教材。 本书凝聚了软件开发社区专家多年摸索而获得的宝贵经验,拥有不因时光流逝而磨灭的价值。今天,无论是重构本身,业界对重构的理解,还是开发工具对重构的支持力度,都与本书最初出版时不可同日而语,但书中所蕴涵的意味和精华,依然值得反复咀嚼,而且往往能够常读常新。 -refactor professional book.
Update : 2024-05-03 Size : 1868800 Publisher : 张鹏

DL : 0
这是一本关于代码重构的英文书籍。重构是高质量编程过程中的重要一步,通过重构,代码变得结构清晰,易读。-Code Refacting
Update : 2024-05-03 Size : 1347584 Publisher : Shang Chou

Code duplication exists for many reasons, although it is known to be a bad practice. It may save costs on the development phase, but it surely has a higher cost of maintenance. What can we do to detect and eliminate those problems? This document shows how to use the mathematical foundation of Formal Concept Analysis to detect code duplication. Formal Concept Analysis allows us to identify concepts, or groupings of elements, that have common properties. We work with a particular kind of elements and properties: Methods containing similar Regular Parse Tree Expressions. We classify these concepts in a certain way to reveal candidates for code duplication refactorings and show them in an ordered way, so that the user can decide to apply the refactoring when needed. This work is done as an extension of the existing Delfstof framework for VisualWorks Smalltalk, which is currently being developed by researchers at CWI1 and UCL.
Update : 2024-05-03 Size : 1325056 Publisher : nvdquang

DL : 0
重构-改善既有代码的设计 Martin Fowler和本书另几位作者清楚揭示了重构过程,他们为面向对象软件开发所做的贡献,难以衡量。本书解释重构的原理(principles)和最佳实践方式(best practices),并指出何时何地你应该开始挖掘你的代码以求改善。本书的核心是壹份完整的重构名录(catalog of refactoring),其中每壹项都介绍壹种经过实证的代码变换手法(code transformation)的动机和技术。某些项目如Extract Method和Move Field看起来可能很浅显,但不要掉以轻心,因为理解这类技术正是有条不紊地进行重构的关键。本书所提的这些重构准则将帮助你壹次壹小步地修改你的代码,这就减少了过程中的风险。很快你就会把这些重构准则和其名称加入自己的开发词典中,并且朗朗上口。-Martin Fowler and several other author of the book clearly reveals the reconstruction process, object-oriented software development for their contributions, it is difficult to measure. This book explains the principles of reconstruction (principles) and best practices (best practices), and pointed out when and where you should start digging in order to improve your code. Core of the book is hold one complete reconstruction List (catalog of refactoring), in which items are introduced every One One species of the proven code transformation techniques (code transformation) of the motives and techniques. Some items, such as Extract Method and Move Field may seem simple and obvious, but do not take it lightly, because understanding such technology is the key to the orderly reconstruction. These guidelines mentioned in the book will help you reconstruct One time One small step to modify your code, which reduces the risks involved. Soon you will reconstruct these guidelines and the developmen
Update : 2024-05-03 Size : 1588224 Publisher : niesy

Test-Driven Development By Example 《测试驱动开发》(中文版)测试驱动开发是一种可以在开发过程中控制忧虑感的开发方法。我并非指那些毫无意义的没有必要的担忧──(pow widdle prwogwammew needs a pacifiew)──而是指合理的担忧,担忧是否合理是个很困难的问题,不能从一开始就看出来。如果说疼痛自然就会叫 “停!”,那么担忧自然就会说“细心!”。 -Write clean code that works with the help of this groundbreaking software method. -- Begin to write automated tests that allow you to "test on the fly, " and learn to optimize the practice of refactoring. -- Example-driven teaching Kent Beck s step-by-step instruction will have you using TDD to further your projects.
Update : 2024-05-03 Size : 7020544 Publisher : niesy

设计模式(Patterns in Java) 在真正可复用的面向对象编程中,GoF 的《设计模式》为我们提供了一套可复用的面向对 象技术,再配合 Refactoring(重构方法),所以很少存在简单重复的工作,加上Java代码 的精炼性和面向对象纯洁性(设计模式是java的灵魂),编程工作将变成一个让你时刻体 验创造快感的激动人心的过程.-Design patterns (Patterns in Java) in a real reusable object-oriented programming, GoF' s " Design Patterns" provides us with a set of reusable object-oriented technology, coupled with the Refactoring (reconstruction method), so there is rarely a simple repetition of the work, together with Java code and object-oriented purity refining (java design pattern is the soul), programming will become a moment you experience the thrill of the exciting process of creation.
Update : 2024-05-03 Size : 237568 Publisher : niesy

一个函数重构的实验例子。学习时候用过,对于理解c++的函数重构很有帮助-Experimental example of a reconstruction function. Learning when used for understanding the function of c++ refactoring helpful
Update : 2024-05-03 Size : 393216 Publisher : Eabor Wang

DL : 0
关于重构的经典书籍,大家需要的话可以-Classic book on refactoring
Update : 2024-05-03 Size : 600064 Publisher : hhaojsx

DL : 0
重构(refactoring)这个概念来自Smalltalk圈子,没多久就进入了其他语言阵营之中。由于重构是framework(框架〉开发中不可缺少的一部分,所以当framework开发人员讨论自己的工作时,这个术语就诞生了。当他们精炼自己的class hierarchies (类阶层体系〉时,当他们叫喊自己可以拿掉多少多少行代码时,重构的概念慢慢 浮出水面。framework设计者知道,这东西不可能一开始就完全正确,它将随着设 计者的经验成长而进化;他们也知道,代码被阅读和被修改的次数远远多于它被编 写的次数。保持代码易读、易修改的关键,就是重构——对framework如此, 对一般软件也如此。-Refactoring (refactoring) the concept from Smalltalk circles, not long into the other language camp. Because remodeling is framework (framework> an integral part of development, so when the framework developers to discuss their work, the term was born, when they refined their own class hierarchies (class class system>, when they cry themselves so many lines of code can be removed when the reconstruction of the concept of slowly surfaced. framework designers know that this thing can not start completely correct, it will grow with the evolution of the designer s experience they also know that code is read and modified far more often than it is written the number of times to keep the code easy to read, easy to modify the key, is reconstruction- the case of the framework, the software is also the case in general.
Update : 2024-05-03 Size : 1585152 Publisher : LoYoung

DL : 0
一般人写代码 和高手写代码的区别... 请看上面代码的重构...与 没有重构前的区别..
Update : 2024-05-03 Size : 21504 Publisher : sjk

DL : 0
此书是为了让程序员更加高效的进行编码,和代码重构,理解设计模式在软件开发的重要作用。-This book is to allow programmers to more efficient coding, and code refactoring, design patterns in software development the important role.
Update : 2024-05-03 Size : 788480 Publisher : xiaotan

重构-改善既有代码的设计+中文版,是向高手进阶的参考书之一-Refactoring- Improving the Design of Existing Code the+ Chinese version, is one of the advanced to the master
Update : 2024-05-03 Size : 12496896 Publisher : Tangjz

DL : 0
用J2EE中的struts和hibernate实现的小型的模拟网络银行的功能实现。包括登录、注册、修改密码、转账汇款、缴费支付、交易记录、信息查询等功能。并且在学完设计模式后使用工厂、单例、策略等设计模式重构了代码。-J2EE, struts and hibernate to achieve a small analog network banks function. Including the login, registration, change passwords, remittance, payment payment, transaction records, information inquiries and other functions. And after the completion of the design pattern factory, singleton, strategy, design patterns and refactoring code.
Update : 2024-05-03 Size : 29063168 Publisher : 陈士玉
« 1 2 3 4 56 7 8 9 10 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.