重構工具

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

重構工具

文章 yehlu »

Rephactor 是一个命令行的 PHP5 重构工具,这是一个自动化的工具,为开发者提供一种轻松方法来修改不同代码库中的源码。
http://rephactor.sourceforge.net/

Scisr 是一个简单的 PHP 重构工具,本身使用 PHP 编写。

使用方法:

1. 类的重命名:$ scisr rename-class OldName NewName [files]
2. 修改方法吗:$ scisr rename-method OwningClassName oldMethodName newMethodName [files]
http://iangreenleaf.github.io/Scisr/

QafooLabs / php-refactoring-browser
A command line refactoring tool for PHP — More...
http://qafoolabs.github.com/php-refactoring-browser
回覆文章

回到「PHP」