Name: Anonymous 2010-10-01 12:09
We all read a lot of code. Post some lines that lets you always facepalm. Example:
bool some_funtion(...)
{
...
...
if ( other_func() && something_else )
return true;
else
return false;
}