10

Deleted over 1'500 lines of code over the last 2 days and replaced it with 80 lines of readable, simple, generic code.

And I'm feeelin' gooood ๐ŸŽถ

Comments
  • 3
    Be careful! This shit is highly addicting!
  • 2
    @Lensflare I know, I know.. I could spend all my time refactoring.. but this time I actually got permission to spend time on it๐Ÿ˜…
  • 0
    @just8littleBit

    What the fuck? But how?

    Please don't tell me that it was all dynamic programming stuff to figure out the smallest matrix to optimize matrix multiplication and you have replaced it with list_of_matrixes.reduce((a,b) => a.mul(b)).

    Or maybe an implementation of an 2-3-4 tree that was replaced with a std::vec?

    Or was the code written by complete beginners which ignored all framework features? Had that once.. That was horrific. They also stopped to use migrations because it was so complicated and changed the database directly. Had no local development environment. Could only see if their changes worked when deployed. It was dreadful.

    We were called back in to sort that out again.
Add Comment