有人知道 APEX 重构工具吗?
我工作的公司所属公司最近单方面决定 salesforce.com 和force.com 平台是我们的发展方向。目前,我们是一家 C# .NET 商店,在日常工作中经常使用 Visual Studio 和 Resharper。
我对这个决定并不满意,但像任何优秀的开发人员一样,我愿意给它一个机会并研究这项新技术,看看如果我被迫做出从 . NET 到 APEX 开发人员。到目前为止,我必须承认对 Force.com 平台印象并不深刻。公平地说,有些事情看起来还不错……但其他事情就很糟糕……只需看看他们对构成的想法 好 单元测试< /a>.... 幸运的是,这些错误是我可以通过实际编写适当的单元测试来避免的,无论 salesforce.com 文档背后的人有多么糟糕....
但是,对于咆哮感到抱歉(我只是我确实需要把这个想法说出来),但我发现缺少一件我知道我真正想念的事情是像 Resharper 这样的优秀重构工具。作为一名 .NET 开发人员,Resharper 使我能够完成许多繁重的工作,否则我会犹豫是否要做这些工作。它还使开发 TDD 风格变得更加容易,因为我只需敲击几下键盘即可轻松创建新方法和属性。因此,我正在寻找可用于 Eclipse 和 APEX 编程语言的任何类型的重构工具。我已经下载并安装了force.com 开发人员网站推荐的工具,但到目前为止,我几乎没有看到重构支持的方式。
有谁知道是否存在与 APEX 编程语言一起使用的重构工具?
The company that owns the company that I work for has recently decided unilaterally that the salesforce.com and force.com platform are where we are headed. Currently, we're a C# .NET shop and we frequently use Visual Studio and Resharper in our daily work.
I'm not happy about this decision but, like any good developer, I'm willing to give it a chance and investigate this new technology to see what things might be like if I'm forced to make the decision to transition from a .NET to a APEX developer. So far, I must admit to not being all that impressed with the Force.com platform. To be fair, there are somethings that seem quite ok...but other things just suck...just look at their ideas on what constitute good unit tests.... Luckily, those sort of mistakes are something I can avoid by actually writing proper unit tests regardless of how much the people behind salesforce.com's documentation suck....
However, and sorry for the rant (I just really needed to get that off my chest), the one thing that I've found missing that I know I'd really miss is a good refactoring tool like Resharper. As a .NET developer, Resharper makes it possible to do a lot of heavy lifting that I would otherwise be hesitant to do. It also makes developing TDD style much easier cause I can easily create new methods and properties with just a few keystrokes. As such, I'm on the lookout for any sort of refactoring tool that is available for Eclipse and the APEX programming language. I've downloaded and installed the tools recommended by the force.com developers site but so far I have seen very little in the way of refactoring support.
Does anyone know of the existence of any refactoring tools for use with the APEX programming language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,还没有工具为 Apex 语言提供重构支持。
As yet there are no tools that offer refactoring support for the Apex language.