"I was recently assigned to work on a project that had been abandoned by its developer," wrote George Z. "After I checked-out the code for the first time, I started sifting through hundreds of lines of bad syntax, and bad practices."

"After a good hour or two looking I came across this little gem."

function index()
{
    if ($this->ion_auto->logged_in() || 2+2==4)
    {
        $this->load->view('upload');
    }

    ... snip ...
}

"So... either authenticate, or don't, cause our math is right? This is gonna be a long couple months..."

[Advertisement] BuildMaster allows you to create a self-service release management platform that allows different teams to manage their applications. Explore how!