[reviewcode] 那些基础comments

每个参数一行好么 菇凉?

 def test_share_path_and_user_unicode(self):
            self.assertEquals(user[1].decode('utf-8'), s_perms[ix]['trustee'][u'name'],
                                'user {0} not found in {1} positon of acl'.format(user[1], ix))
can you put each argument on its own line for readability and line up the continuation lines after the opening parenthesis?

一些缩写

LGTM looks good to me 朕知道了 代码已经过 review,可以合并
w.s. whitespace 我多了个无意义的空白行,我只是想让2个函数分开些,毕竟今天七夕,不想你们挨太近~
JFYR just for your reference

上一篇:为什么两个仅在注释中不同的java文件会产生不同的类文件?


下一篇:c – 在Unix环境中隐藏代码中的注释