LLVM Coding Standards

Jacob Carlborg doob at me.com
Tue Apr 12 00:20:43 PDT 2011


On 2011-04-11 21:58, spir wrote:
> [slightly OT]
>
> Hello,
>
> I'm reading (just for interest) the LLVM Coding Standards at
> http://llvm.org/docs/CodingStandards.html. Find them very interesting
> because their purposes are clearly explained. Below sample.
>
> Denis
>
> === sample ===================================
> Use Early Exits and continue to Simplify Code

I usually try to use early exists as much as possible. I think it 
simplifies the code.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list