On 26.08.2013 04:25, Brendan Zabarauskas wrote:
> brson and the Style Guide seem to favour stacked line comments: 
> https://github.com/mozilla/rust/wiki/Note-style-guide#comments
> 
> "Reason: it avoids the debate about whether to put stars on every line, etc." 
> is an important point.

That's sort of a valid point indeed, but since we are just doing a style
guide from scratch and it's all fairly new ground, if the style guide
says "use style B" it also avoids the debate I would say.

Anyway my take on it is that C annoys me extremely because my editor
does not support it. Regular // or B-style blocks get handled
automatically and I can just type away and new lines are formatted as
is. C seems to be unique to Rust (?), and poor editor support + being
uncommon makes it inferior IMO.

Cheers

-- 
Jordi Boggiano
@seldaek - http://nelm.io/jordi
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to