Visual Studio ToDo。谁在使用?

发布于 2024-09-14 11:45:50 字数 92 浏览 3 评论 0原文

我对在 VS 中使用任务列表的统计数据和动机很感兴趣。你为什么使用它或不使用它?我问有些人甚至想要一个工具,可以将 VS ToDo 与 Outlook 同步。你怎么认为?

I'm interesting with statistic and motivation of using task list in VS. Why are you use it or not? Some people i asked even want a tool, that can synchronize VS ToDo with Outlook. What do you think?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

似最初 2024-09-21 11:45:50

在我看来,您可以使用 Todos 来:

  1. 请记住,您必须执行类似 “Todo:实现此接口” 的操作,
  2. 如果您在类似 < 的团队中编写代码,则将代码行/代码块标记为另一个编码器的指令strong>“Todo:你可以使用 foo 而不是 bar,因为...”
  3. 如果你检查你的代码,你可以标记任何可以改进的代码,例如 “Todo:使用 Linq 而不是 foreach”< /strong>

您可以使用插件替换 Visual Studio 中的默认任务列表窗口:

IMO you can use Todos for:

  1. Remember that you must do something like "Todo: implement this interface"
  2. To mark a line/block of code as instruction for another coder if your are code in a team like "Todo: you can use foo instead of bar because ..."
  3. If you review your code you can mark any code that he can be improved like "Todo: use Linq instead of foreach"

You can replace the default tasklist-window from visual studio with plugins:

我不会写诗 2024-09-21 11:45:50

我使用 TODO 有两个目的:

  1. 标记可以进行的增强功能
    在稍后阶段完成。所以每当,
    有闲暇时间,可以选择
    其中之一属于您待处理的 TODO
    列表。
  2. 当我编码时仍然需要完成的事情 - 以便我可以重新访问这些地方并修复它们。这类似于书签,只不过即使我忘记修复它们,其他人也可以看到它们。

我使用 TODO 注释语法 - 它存在于代码中,而不是 Benjol 提到的 .suo 文件中。

I used TODO for two purposes:

  1. To mark enhancements that can be
    done at a later stage. So whenever,
    there is slack time, you can pick
    one of them out of your pending TODO
    list.
  2. Things that are still need to be done while I am coding - so that I can re-visit those places and fix them. This is something like bookmarks except they are visible to other folks even if I forgot to fix them.

I use TODO comment syntax - it's there in code and not in .suo file as mentioned by Benjol.

2024-09-21 11:45:50

我很少使用 TODO - 仅当我有一些我不擅长的事情(其他团队成员正在处理的事情等)时。我对待它就像对待错误一样——任何时候最多 5 个。

如果我需要脚手架 - 我会创建临时类,并在类名中使用 Fake 作为前缀。

我想,我不希望我的生产代码也充当我的 scrum 板/任务列表。

I use TODO sparingly - only when I have something that I'm not the master of (something another team-member is working on etc.). I treat it as I treat bugs - max 5 at any time.

If I need scaffolding - I create temporary classes with Fake as a prefix in the class-name.

I guess, I don't want my production code to also act as my scrum-board/task-list.

向地狱狂奔 2024-09-21 11:45:50

关于 VS 中的任务列表需要警惕的一件事是它们存储在 .suo 文件中,(我相信)大多数人倾向于将其排除在源代码管理之外。

One thing to be wary of about Task Lists in VS is that they are stored in the .suo file, which (I believe) most people tend to exclude from source control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文