VS.NET 应用程序图
您是否使用过 VS.NET Architect Edition 的应用程序和系统图来开始设计解决方案?
如果是这样,您觉得它有用吗? “自动执行”功能正常吗?
Have you used VS.NET Architect Edition's Application and System diagrams to start designing a solution?
If so, did you find it useful?
Did the "automatic implementation" feature work ok?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我曾经经常使用它。 这位设计师非常适合取消原型项目,但最终我发现自己在打字时浪费了很多时间来移动鼠标。 在我进行原型设计时,能够打印出类图以向其他开发人员展示 API,这似乎是一个很棒的想法,但事实证明它相当有限,而且在非彩色打印机上看起来很糟糕。
现在我只使用文本编辑器和一些 AutoHotkey 宏来完成所有工作。
I used to use it a lot. This designer worked good for stubbing out prototype projects, but ultimately I found myself wasting a lot of time moving the mouse around when I could be typing. It seemed like an awesome idea to be able to print out the class diagrams to show APIs to other developers while I was prototyping, but it proved quite limiting and it looks awful on a non-color printer.
Now I just use the text editor and some AutoHotkey macros to get everything done.
我同意 Stu 的观点,而且我不认为自己是一个建筑师勒德分子:-)。 有点像多年来的许多 MS 框架,你被他们特定的思维方式所束缚,这种思维方式并不总是与整个架构社区的其他成员的想法相一致。 在我看来,生成存根并没有真正增加那么多价值,而且方程的往返一半弄乱了我的一些项目文件,使我不得不手动重写这些内容。
I agree with Stu, and I don't consider myself an Architect luddite :-). Kind of like a lot of MS frameworks over the years, you are tied to their particular way of thinking, which doesn't always gel with the ideas that come out of the rest of the architecture community at large. Generating stubs, in my opinion, doesn't really add that much value, and the round trip half of the equation has messed up some of my project files and made me have to re-write the things manually.
是的,不,我认为它不是很有用。 它不是很稳定,很容易不同步,而且与代码片段等更平凡的东西相比,“看看我生成这个的速度有多快”的优势几乎为零。
话又说回来,我是一个十足的“建筑师”勒德分子,所以对此持保留态度。
Yes, and no, it's not very useful in my opinion. It's not very stable, it's easy to get out of sync, and the "look how fast I generate this" advantage is virtually nil when compared to more mundane things such as code snippets.
Then again, I am a total "Architect" luddite, so take this with a grain of salt.