Linus Torvalds writes: (Summary) But let's just say that if the "//" for the
SPDX line ends up encouraging people towards this kind of format over
the long run, I think that would be lovely.
The /* */ format really ends up encouraging some odd formatting. And you find various lopsided versions
of the multi-line thing, and even when you do *single* lines, the /*
*/ thing ends up being something where people try to align the closing
"*/" part.
Or tell me you haven't seen block comments where people do
/* This is a multi-line
* thing that tries to be dense */
and other odd formats that are just ugly and unbalanced.
↧