今天看啥  ›  专栏  ›  奇客Solidot

Linus Torvalds 建议内核开发者用主动语态写合并请求

奇客Solidot  · 公众号  ·  · 2024-10-11 04:15
    

文章预览

Linux 作者 Linus Torvalds 罕见的谈论了内核开发者们的书写风格。他说自己在阅读维护者们递交的合并请求(Pull Request)时会随手处理下空格或缩进问题,但语态问题没办法随手处理,会需要额外的工作。部分内核开发者在合并请求中使用了被动语态,Linus Torvalds 建议他们使用主动语态,最好还是命令式的。他举例说,维护者应避免写类似的被动语态“In this pull request, the Xyzzy driver error handling was fixed to avoid a NULL pointer dereference.”他建议写成主动语态“This fixes a NULL pointer dereference in...”或者“Fix NULL pointer dereference in ...”他认为主动语态更简单明了。 https://www.phoronix.com/news/Linus-Better-Commit-Messages     您的赞赏是对我们的鼓励,We’ll be more solid with your donations. ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览