你遇到过的源代码中最好的注释是什么?


当前回答

struct core_unlocker
{
    core_unlocker(lock)
    {
        m_lock = lock
        unlock(lock)  //Abandon All Locks, Ye Who Enter Core!
    }
    ~core_unlocker()
    {
        lock(m_lock)
    }  
    private:
    Corelock m_lock;
}

其他回答

消毒:

//Forward declarations:

class X {}; // TODO: Remove {}  ! When we get X defined....
options.BatchSize = 300; //Madness? THIS IS SPARTA!
// for 8 or 12 threads this does not affect much.
// Strange are the situations if not understood properly.
// Yoda strikes again

在多线程模块中!:)

<!-- Here it is -->

没有其他评论了。直到今天我都不知道“它”是什么。

int main(void)
/* Program starts here */