在所有的注释中,有两个关键字是做特殊用处的,它们是 TODO 和 FIXME。 TODO 的作用是将等下要做的事情先记下来。下面是一个例子: 比如我们要实现一个 greetings() 方法,但是我们手头上有其他的紧急任务,所以先暂时在这里写个注释,把要做的事情描述一下。 为什么这个注释要以 TODO 开头呢?因为 IDE 会专门收集注释...
Despite getting very high marks in programming (85 - 100), my professor told me that programming is not for me. He has even commented that I am a great coder. Why would he say this if I have done so well?