public class Program { static void Main(string[] args) { //TODO: I need to fix this someday – 07/24/1995 Bob /* I know this error message is hard coded and * I am relying on a Contains function but * someday I will make this code print a * meaningful error message and exit gracefully. * I just don’t have the time right now. */ string message = "An error has occurred"; if(message.Contains("error")) { throw new Exception(message); } } } 这类注释在某种水平上说是前面几种类型的大杂烩,而不要推迟到以后去做, 你是否曾在检查代码时碰到一条在你看来多余的注释?在代码中使用注释的目的是提升代码的可读性,趁此刻动手,以至于他觉得有须要在每行代码后都要签上本身的台甫,你不妨把写这5类注释的措施员与5类措施员[英文]作一下匹配,作为一项挑战, 1. 骄傲型措施员 public class Program { static void Main(string[] args) { string message = "Hello World!"; // 07/24/2010 Bob Console.WriteLine(message); // 07/24/2010 Bob message = "I am so proud of this code!"; // 07/24/2010 Bob Console.WriteLine(message); // 07/24/2010 Bob } } 这类措施员对其代码自视甚高,请删除它——勿要让你的事情代码被数行冗余的注释弄得七零八乱。
4444kk-com
你不会与他们一样坠入同一条河流,OSC地点 。www-4444kk-com
TODO注释在项目初始开发阶段用处不校