antipattern 2: assegnazione astuta

Mar 13, 2008 14:01



for(int i=0; i< count; i++)
{
if ( i == 0 )
{
faiQualcosaPrima();
}
faiQualcosaSempre();
}

antipattern, geek, code

Leave a comment

Comments 3

josephine_march March 13 2008, 14:02:19 UTC
Propongo anche:
faiQualcosaDiSinistra()
faiQualcosaPunto()

Reply

thespleen March 13 2008, 14:04:44 UTC
saaagace. :)

Reply

josephine_march March 13 2008, 14:05:55 UTC
:)

Reply


Leave a comment

Up