| jybox |
2011-10-15 16:50 |
Abreto你蛋疼的注释
#include "ocommand.h" 2 + 3 + OMS_NAMESPACE_BEGIN 4 + 5 + /* 6 + Command::Command() 7 + { 8 + // There is nothing. 9 + }*/ 10 + 11 + OMS_NAMESPACE_END
bool connect(/* Params */); bool disconnect(/* Params */); bool send(Command m/*, Params */);
你不是中文强迫症么?怎么又英文注释了?如果你认为你的意思足够用英语表达,那么你应该选择一个恰当的英文函数名或变量名,而不是采用英文注释 反之,请使用中文 |
|