7

Fuck reuse, we should all take our repeatable code and manually repeat it everywhere it's needed so when we have to make a change we have to make sure we remember to change it in all the places and take hours to do a one line change.

...Also...fuck source control...

And they say I don't have fucks to give.

Comments
  • 2
    Fuck writing code, too.
    Computers aren't worth the effort.

    We should spend years manually performing every action by hand.
  • 0
    Yeah you know what I agree! :)

    How much is too much gatekeeping?

    How much is too much automation?

    How much is too much abstraction?

    When nothing makes human sense anymore?

    When nothing is tangible anymore?

    When we're drowning in libraries we know nothing about?

    I say fuck this.

    Every programmer can understand that function:

    function add(a,b){
    return a + b;
    }

    Why does it have to be more fucking complicated?

    I'll put my re-usable, self-contained, testable and independent code in tangible files that I can copy paste. That's how much abstraction I'm willing to do :)

    Anyways, just wanted to rant! :)
Add Comment