1

我习惯了 FDT,我真的很喜欢如果你声明一个字段变量(类变量)但没有在类中使用它,它会给你一个警告。

不过,在我的新工作场所,它只使用 Flash Builder。我不是很不高兴,因为 Flash Builder 有一些它自己的整洁的东西。

有时,尽管我发现当我在专注于正确执行算法的区域时,我倾向于对 ctrl+1 感到疯狂。最后,我有一些没有错误的东西,但我知道有很多“未使用”的代码。

FDT 对减少脂肪有很大帮助,但在 Flash Builder 中,我发现自己要么删除关键部分,要么不删除我不需要的东西,因为我认为它是关键部分。

注意:如果可以做到这一点,我也愿意购买 sourcemate。我进行了试用,但仅在 Flash Builder 不想生成处理程序函数时才真正使用它。

4

3 回答 3

0

您可能正在使用 Flash Builder 4.6 或更低版本,FB 4.7 可以做到这一点并且具有一些更简洁的功能,除非您是 flex 开发人员并且习惯了 FB 中的可视化设计模式,该模式在 4.7 中已被删除

于 2013-07-20T14:41:18.037 回答
0

如果您使用 FB4.7 以下版本,请使用FlexPMD插件

FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices, such as:

* Unused code (functions, variables, constants, etc.)
* Inefficient code (misuse of dynamic filters, heavy constructors, etc.)
* Over-complex code (nested loops, too many conditionals, etc.)
* Over-long code (classes, methods, etc.)
* Incorrect use of the Flex component lifecycle (commitProperties, etc.)
于 2013-07-20T14:44:12.140 回答
0

Actually I recently upgraded from 4.5 to 4.7 The new version has all of these features you are talking about. It is great! I am not sure if there is something you can install into 4.5 that it will do these things with the the extra warnings, but it really helps. hopefully someone else will post a way for you to be able to get it at work without having to convince your boss to buy 4.7

于 2013-07-22T04:04:36.777 回答