b0x*_*0rz 47 configuration token visual-studio
你觉得在visual studio中有什么标记有用吗?(visual studio 2010 → 环境 → 任务列表 →令牌)
目前我只有:
(只有这些 - 删除了一些默认的)
你在使用其他人吗?
你是否用评论标记报道任何其他重要的事情?
任何最佳做法?日Thnx
Enr*_*lio 26
这是我使用的:
Cha*_*ell 25
我已经完成了大部分上述令牌的组合.
RED: code that simply does not work / compile
// Error - This code is throwing a specific reproducible error.
// Broken - This code is broken and will not run.
// WTF - WHAT THE FRIG.
ORANGE: code that works but is not right
// Hack - This code has intentionally been hacked in order to work. Should not go into production.
// FixMe - This code works but could be better. Needs better abstraction, maintainability, performance, etc.
// Bug - This code works and was expected to be right but a bug has been found. (usually flagged post production)
// Review - This code is probably right but should be reviewed for piece of mind.
// Smells - Same as FixMe
BLUE: code that works but either needs more features or more explaining
// Todo - Functionality is not yet implemented
// Note - Better explain what's going on. This is gives a higher profile to standard comments, and allows notes to be found in the to-do pane.
Run Code Online (Sandbox Code Playgroud)
我喜欢Token REMOVE,表示它仅用于测试,不应包含在最终版本中
归档时间: |
|
查看次数: |
19820 次 |
最近记录: |