+1, as a class getter, an internal function, or even a local variable
with a descriptive name.

On 19 November 2015 at 09:44, Justin Mclean <justinmcl...@me.com> wrote:
> Hi,
>
> I prefer:
>
> if (giveItName()) {
>         ….
> }
>
> giveItName() {
>         return condition1 && condition2 && condition3;
> }
>
> Thanks,
> Justin

Reply via email to