Hacker News new | ask | show | jobs
by jonhohle 4576 days ago
Commas?

Personally, I'm never a fan of punctuation first formatting styles - though I give some exception for dot (.) first method calls in fluent interfaces for C-family languages.

    someInterface
       .thatCan()
       .chain()
       .itsCalls();
1 comments

Yeah, commas.