21

I need bleach...

Lot of bleach.

When you think that not using a JS framework is bad...

Ever saw a Frankenstein of a HTML, PHP and JQuery? Full rewrite of an old project with more than enough time allowed....

Just... That was not awful enough.

*sobs* so the dev added bootstrap onto this pile of garbage... Instead of rewrite....

Think I missed CSS or included it in HTML? Lol. No.

No CSS. Inline. HTML 4 Tags.

?>
<table width=40 class="table table-striped">
<?php
foreach( $table as $row ) {
....
<input onkeyup="..." onkeydown="..." class="form-control"
...

To give you a basic example of how worse it is...

But the best. The lead developer does not understand why I was speechless.

i need more beer. And bleach. Filth and disgust must get out of my system

Comments
  • 3
    I feel your pain. I recently started on a project, in WP though, but I strongly believe the dev is an imbecile. He's no longer with us (thank god)

    Doesn't remove old code, just comments it out, or leave the file there. He loved to use and rewrite plugins, so you can't update them.

    I removed this one particular plugin, which seemed to hold the website together, because when I removed it, all the suppressed errors suddenly popped up.
    I've used 3 days to clean up the code

    Did I say that there's a .scss file for the site, but it's written as normal css and the output .css file has also been changed, so I can't clean the scss file and compile it, because that fucks up the css file =}
  • 0
    Here is a virtual beer and quiche lorraine top keep your soul together 😉
Add Comment