Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangvsa/refactoring-cheat-sheet

重构速查表,基于《重构--改善既有代码的设计》
https://github.com/wangvsa/refactoring-cheat-sheet

Last synced: about 2 months ago
JSON representation

重构速查表,基于《重构--改善既有代码的设计》

Awesome Lists containing this project

README

        

refactoring-cheat-sheet
=======================

重构速查表,基于《重构--改善既有代码的设计》

http://wangvsa.github.io/refactoring-cheat-sheet/

#### 关于
---

拜读《重构》一书后受益匪浅,网络上有pdf、chm版本,但是对于代码的高亮以及各个章节的跳转不是十分方便,
于是基于《重构》一书的6~12章制作了这个网页,目的在于迅速的浏览重构方法,也可用于新手入门。

网页使用[MkDocs](http://mkdocs.org)创建,主题改造自simplex。