骑猪兜风

Linus Torvalds因内核注解标点格式发飙

骑猪兜风 2016-07-13 14:47:44    201016 次浏览

Linus Torvalds 在 Linux 内核邮件开发者列表上再次发飙,将部分程序员偏爱的代码注解标点格式称为“脑残”。他强烈反对的注解格式类似:

/* This is disgusting drug-induced

* crap, and should die

*/  

  和

/* This is also very nasty
* and visually unbalanced */

  他个人支持的格式类似:

/* This is a comment */和/*
* This is also a comment, but it can now be cleanly
* split over multiple lines
*/

内容加载中