码迷,mamicode.com
首页 >  
搜索关键字:refactoring    ( 107个结果
Python Ethical Hacking - MODIFYING DATA IN HTTP LAYER(3)
Refactoring and Housekeeping: ...
分类:编程语言   时间:2019-09-13 19:48:09    阅读次数:99
Refactoring open source business models
https://opensource.com/business/16/4/refactoring-open-source-business-models They say you never forget your first. In my case it was 2008 and Lucidwor ...
分类:其他好文   时间:2019-06-04 14:57:59    阅读次数:91
通读教程第四问
我在第9章看到这段文字: 重构是在不改变已有代码意图或者行为的情况下加强或改善其设计的行动。外部行为保持不变,但内部的东西更流畅。 我查了资料,但是我还是不太懂,我的困惑是:这是重构还是优化 重构(Refactoring)就是通过调整程序代码改善软件的质量、性能,使其程序的设计模式和架构更趋合理,提 ...
分类:其他好文   时间:2019-03-16 12:39:56    阅读次数:156
适配器模式 vs 装饰者模式
Reference [1] https://refactoring.guru/design-patterns/adapter 1. Adaptor Design Pattern 适配器模式 Adapter is a structural design pattern, which allows in ...
分类:其他好文   时间:2019-02-01 23:01:10    阅读次数:168
UML model refactoring: a systematic literature review
一、基本信息 标题:UML model refactoring: a systematic literature review 时间:2015 出版源:Empirical Software Engineering 领域分类:模型重构;模型转换;系统文献综述;UML 二、研究背景 问题定义:UML模型 ...
分类:其他好文   时间:2018-12-09 16:14:25    阅读次数:178
深入理解CSS选择器优先级
题外话 今天把 《CSS REFACTORING》(中文名叫《CSS重构:样式表性能调优》)电子书粗略的浏览了一遍,这本书很薄,150页左右,首先是介绍了什么是重构并举了两个简单的重构例子,然后介绍了CSS的选择器优先级,再然后介绍了CSS的最佳实践, 再然后就介绍如何重置浏览器的默认样式,最后比较 ...
分类:Web程序   时间:2018-11-06 22:28:56    阅读次数:190
[Javascript] Flattening nested arrays: a little exercise in functional refactoring
In this lesson we write an imperative function to flatten nested arrays, and then use the popular map, reduce, compose, and pipe functions to transfor ...
分类:编程语言   时间:2018-09-12 19:56:27    阅读次数:183
MyEclipse
在MyEclipse中修改文件名出现问题 问题描述:An exception has been caught while processing the refactoring 'Rename Compilation Unit'. 问题原因:项目编码格式不对 MyEclipse快捷键 大小写切换 ct ...
分类:系统相关   时间:2018-08-28 14:16:22    阅读次数:278
重构第二版 支持javascript 代码重构指南
作者还是 Martin Fowler 封面 添加的内容 整体的内容和以前的版本类似,但是添加了JavaScript 的有一些实践,比较期待 pdf 连接 refactoring:Improving the Design of Existing Code ...
分类:编程语言   时间:2018-08-23 00:36:09    阅读次数:2054
Pycharm 常用快捷键
常用快捷键 全部快捷键 1、编辑(Editing) 2、查找/替换(Search/Replace) 3、运行(Running) 4、调试(Debugging) 5、导航(Navigation) 6、搜索相关(Usage Search) 7、重构(Refactoring) 8、控制VCS/Local ...
分类:其他好文   时间:2018-07-12 00:28:26    阅读次数:174
107条   上一页 1 2 3 4 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!