测量类依赖性
我想测量类之间的依赖关系 - 最好的方法和工具是什么?
我正在 MS .Net 工作,
基于文本的信息/报告还可以,但我更喜欢视觉的东西。
开源工具将是理想的选择。
I want to measure dependencies between classes - what's the best approach and tools to use?
I'm working in MS .Net
Text based information / reports are OK, but I'd prefer something visual.
Open source tool would be ideal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能没有帮助(现在),但看起来 VS 2010 将有一个 开箱即用的依赖关系图功能。看起来它会处理类、命名空间和程序集依赖关系。
This may not help (right now), but it looks like VS 2010 will have a dependency graph feature out of the box. Looks like it will do class, namespace, and assembly dependencies.