来源:solidot
Linus Torvalds在Linux内核邮件开发者列表上再次发飙,将部分程序员偏爱的代码注解标点格式称为“脑残”。他强烈反对的注解格式类似:[code]/* This is disgusting drug-induced
* crap, and should die
*/[/code]和[code]/* This is also very nasty
* and visually unbalanced */[/code]他个人支持的格式类似:[code]/* This is a comment */[/code]和[code]/*
* This is also a comment, but it can now be cleanly
* split over multiple lines
*/[/code]

