28

I was asked by a client to code review their platform built in PHP. The platform was becoming slow and new features built by their current IT supplier broke existing features.

I gained access to the source code... One PHP file (index.php) containing about 80K lines of code... I am impressed and disgusted at the same time. 😂

Comments
  • 0
    It's always eye opening stumbling onto things like that. What's great is when you start looking at the security, or the lack thereof!!! 😀😀😀
  • 0
    Single file? Run it in containers. Spread the load
  • 0
    I'm doing some fixes on an abandoned project that hasn't been touched in almost a decade. Scary that it ever actually ran...
Add Comment