Displaying 1 result from an estimated 1 matches for "_early".
Did you mean:
early
2014 May 26
2
[LLVMdev] Guidance on using pointers vs. references for function arguments
...n you can, and pointers when
> you
> +have to." maxim from the C++FAQ. Avoid using the pointers vs. references
> +distinction to convey other meanings, e.g. to mark the distinction between
> +input and output arguments, as may be advised by other style guides.
> +
> +
> .. _early exits:
>
> Use Early Exits and ``continue`` to Simplify Code
> ===================================================================
This has been discussed before but I can’t find a reference to it. I could have sworn this was in the coding convention at some point. Here’s what I remembe...