38
AleCx04
6y

Today the lead developer and I where loling and wtfing hard to the following code:

if ($looked_column == true)
{
$trunca = 1;
}
else
{
$trunca = 1;
}

Mind you, we had no clue why he named the variable $trunca, and even then it had been set at the top of the file as 1 to begin with....was never used up to this line and $looked_column had also a set to true.

This is why a lot of people give php a bad reputation. This right here is why people make fun of php......

Comments
Add Comment