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


当前回答

// repopulate, slight hax (or strong assumptions :P) below

其他回答

#pragma region Crap that is kept for temporary reasons

    //  Huge chunk of commented code

#pragma endregion
//Not a bug, parameter position can change..., if you think this is wrong, you are in fact wrong.

有一次我发现:

// I wish (boss name) could do this by him self.
#define FUCK_VS6_CANT_COMPILE_TEMPLATES_WITHOUT_HANDHOLDING ((float*)0)

... 

SetPinsFromChannels`<float`>(&pinbuf, streambuf, &inmapper, FUCK_VS6_CANT_COMPILE_TEMPLATES_WITHOUT_HANDHOLDING);
// this is really complicated

没有其他评论了