码迷,mamicode.com
首页 >  
搜索关键字:refactoring    ( 107个结果
【RefactoringCode】The description of the refactoring book
Last night the book named [Data Structure with Java Hubbed] was closed. When talked about the advantage that I have taken of, with the help of that bo
分类:其他好文   时间:2016-03-01 12:20:11    阅读次数:154
[Javascript] Intro to Recursion - Refactoring to a Pure Function
Previous post:http://www.cnblogs.com/Answer1215/p/4990418.htmllet input, config, tasks;input = ['dist'];config = { "dist": ["build", "deploy"], "bui.....
分类:编程语言   时间:2015-12-18 06:54:39    阅读次数:237
(原创)c#学习笔记10--定义类成员01--成员定义05--重构成员
10.1.5 重构成员 在添加属性时有一项很方便的技术,可以从字段中生成属性在添加属性时有一项很方便的技术,可以从字段中生成属,下面是一个重构(refactoring)的示例,“重构”表示使用工具修改代码,而不是手工修改。为此,只需右击类图中的某个成员,或者在代码视图中右击某个成员即可。 例如,.....
分类:Windows程序   时间:2015-11-12 09:57:05    阅读次数:303
《重构——改善既有代码的设计》读书笔记
重构——改善既有代码的设计1重构概述1.1重构的概念(What)Refactoring名词:对软件内部结构的一种调整,目的是在不改变软件可观察行为的前提下,提高其可理解性,降低修改成本。动词:使用一系列重构方法,在不改变软件可观察行为的前提下,调整其结构。1.2为什么要重构(Why..
分类:其他好文   时间:2015-10-23 00:07:11    阅读次数:218
gorename: easy refactoring tool for Golang[转]
To inaugurate this attempt of blog, I’ll talk aboutgorenamea small but incredibly useful tool I just recently discovered thanks toAndrew Gerrand’s dot...
分类:其他好文   时间:2015-09-11 15:51:34    阅读次数:260
Java程序最容易犯的21种错误
1.DuplicatedCode 代码重复几乎是最常见的异味了。他也是Refactoring的主要目标之一。代码重复往往来自于copy-and-paste的编程风格。与他相对应OAOO是一个好系统的重要标志。 2.Longmethod 它是传统结构化的“遗毒”。一个方法应当具有自我独立的意图,...
分类:编程语言   时间:2015-08-05 18:01:11    阅读次数:171
Visual Assist 生成注释功能
在Visual Studio环境中编码,Visual Assist是不可缺少的好工具。这工具功能非常强大,以前仅仅用到了代码提示,今天学习了生成注释功能,非常爽。在代码编辑器中点击右键弹出菜单,在“Refactor(VA)”选项中选择“Edit Refactoring Snippets...”选项,...
分类:其他好文   时间:2015-07-29 11:37:24    阅读次数:281
Eclipse中Project Explorer 和 Package Explorer有什么区别
With only the java developer tools (JDT) installed the Project Explorer nearly looks and behaves for java projects as the Package Explorer (including refactoring and other source code operations in the...
分类:系统相关   时间:2015-07-27 11:15:07    阅读次数:1339
VS2015上又一必备免费插件:Refactoring Essentials
(此文章同时发表在本人微信公众号“dotNET每日精华文章”,欢迎右边二维码来关注。) 题记:Refactoring Essentials是一款用于代码分析和重构的开源免费VS2015插件,其功能丰富强大,必然会成为类似Web Essentials这样的必备插件。 之前由SharpDevelop团队...
分类:其他好文   时间:2015-07-17 00:18:54    阅读次数:156
第四次作业
问题:1、敏捷开发是在什么样的背景下产生的?其主要特点有哪些?什么时候选择敏捷开发更恰当,为什么?2、Code smell 是如何产生的?有哪些典型的 code smell?代码重构(Code refactoring)有哪些优点?有哪些代码重构的方法?3、使用 Eclipse + Egit 环境,和...
分类:其他好文   时间:2015-05-31 22:58:10    阅读次数:143
107条   上一页 1 ... 4 5 6 7 8 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!