最早是在sanic
的一个pull request
的回复中,看到LGTM
.
参见:
https://github.com/channelcat/sanic/pull/904#issuecomment-323905841
当时看不懂什么意思,难道是骂人
的话?
查了一下,发现竟然是looks good to me
的意思。和之前review时经常用到的it's fine to me
, it's ok to me
一个意思。
然后顺便整理了几个常用的术语
。 总体的原则还是“不要滥用”。如果(团队其他人,或者身边人)不了解,所谓的术语
就变得"晦涩难懂"。
LGTM — looks good to me - 看起来不错 - Riview 完别人的 PR ,没有问题
ACK — acknowledgement, i.e. agreed/accepted change
NACK/NAK — negative acknowledgement, i.e. disagree with change and/or concept
RFC — request for comments, i.e. I think this is a good idea, lets discuss
WIP — work in progress, do not merge yet - 开发中
AFAIK/AFAICT — as far as I know / can tell
IIRC — if I recall correctly
IANAL — “ I am not a lawyer ”, but I smell licensing issues
PTAL - Please Take A Look - 帮我看下 - 一般都是请别人 review 自己的 PR
扩展阅读:
https://www.v2ex.com/t/342117
你平时在使用 Git 团队协作中经常使用哪些术语?
简介:
v2ex中的一个提问。
What do cryptic Github comments mean?
https://medium.freecodecamp.com/what-do-cryptic-github-comments-mean-9c1912bcc0a4