是否有 Visual Studio 插件可以可视化 TDD 会话的红绿时间?
我读了 Joshua Kerievsky 发表的一篇关于“有限红色时间”的文章 链接
他的组织。作为培训模块的一部分,工业逻辑有一个上传存档的屏幕。作为回报,屏幕会向您显示一个图表,显示您处于红色状态与绿色状态的时间。它还与 Resharper 连接并注释执行特定重构的点。
生成的图表提供了一些重要的见解来自我评估您的技能/行为。例如,我自己对进入红色状态而没有屈服于恢复+重试感到内疚,而是在我将其变为绿色之前花了几个小时(如果我幸运的话)。
从我有限的曝光来看,它看起来是专有的。 Visual Studio 有这样的可视化插件吗?
I read a post by Joshua Kerievsky about 'Limited Red Time' Link
His org. Industrial Logic as part of a training module, has a screen where you upload an archive. In return, the screen shows you a graph of how much time were you in the red state vs the green state. It also hooks up with Resharper and annotates points at which the specific refactorings were performed.
The resulting graph gives some vital insights to self-assess your skills/behavior. e.g. I am myself guilty of getting into a red state and not giving in to a revert+retry, instead hacking away at it for a few hours before I get it to green (if I am lucky).
From my limited exposure, it looks to be proprietary. Is there such a visualization plugin for Visual Studio that is available ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试查看 Beacons,这是一个 VS 2010 扩展,它会向您显示详细信息有关您的测试会话的信息。您可以在此处找到它的演示。
必须承认我自己没有使用过这个,因为我是前几天度假时才发现的。但它看起来很有前途,而且是免费的。
You could try looking at Beacons, a VS 2010 extension which shows you detailed information about your testing session. A demo of it can be found here.
Must admit that I´ve not used this myself, as I only found out about it the other day whilst on holiday. But it looks promising enough, and it's free.
http://visualstudiogallery.msdn.microsoft.com/ en-us/B5EC8514-E251-41D2-8728-C1D0F5FD067D 是一个根据您的 TFS 活动构建时间表的扩展...您可以将其设置为支持此功能吗?当然,如果您不使用 TFS 那么我怀疑它是否会起作用。
http://visualstudiogallery.msdn.microsoft.com/en-us/B5EC8514-E251-41D2-8728-C1D0F5FD067D is an extension that builds timesheets based on your TFS activities... possibly you could set it up to support this? Of course if you're not using TFS then I doubt it would work.