Slashdot Mirror


Linus Torvalds In Sweary Rant About Punctuation In Kernel Comments (theregister.co.uk)

An anonymous reader shares a report on The Register: Linus Torvalds has unleashed a sweary rant on the Linux Kernel Mailing List, labelling some members "brain-damaged" for their preferred method of punctuating comments. "Can we please get rid of the brain-damaged stupid networking comment syntax style, PLEASE?" the Linux Lord asked last Friday. "If the networking people cannot handle the pure awesomeness that is a balanced and symmetric traditional multi-line C style comments, then instead of the disgusting unbalanced crap that you guys use now, please just go all the way to the C++ mode."Torvalds despises the following two comment-punctuation styles (with his comments):/* This is disgusting drug-induced
* crap, and should die
*/
and:/* This is also very nasty
* and visually unbalanced */
Torvalds prefers the following two styles:/* This is a comment */ and:/*
* This is also a comment, but it can now be cleanly
* split over multiple lines
*/

2 of 523 comments (clear)

  1. Re:Arguing over the subjective by Tough+Love · · Score: 0, Troll

    // double-slash comments are the one and only improvement that c++ gave us

    "Us" being the herd of luddites who did not learn object oriented programming in school and are too special to bother learning it now.

    --
    When all you have is a hammer, every problem starts to look like a thumb.
  2. Re: Arguing over the subjective by Anonymous Coward · · Score: 0, Troll

    If you're the kind of employee so sensitive that a little public swearing makes you cry, then there's plenty of other less demanding jobs for you to take.