Re: Idioms research (Just for fun)



"Alex Blekhman" <xfkt@xxxxxxxxx> wrote in message
news:%23jQFC$MAHHA.3928@xxxxxxxxxxxxxxxxxxxxxxx
What is it, compiler idioms?

Patterns? (as the term was coined by the GoF)

Or perhaps wriring something like

x = expression;

if ( x != 0 )
{
}

this way

if ( x = expression )
{
}

Regards,
Will


.


Loading