20

Frameworks = abstraction layer built on top of ruins over another layer of ruins

Comments
  • 1
  • 0
    *sighs* Now I'm angry.
  • 7
    His problem was packages/dependencies. Quite similar to how libraries might fuck up android apps. I dont see what he did wrong other then you are just giving shit to a guy who had problems with multiple dependencies. So get off your fucking high horse because anyone can find themselves in such situation and if given not enough time, you would suck a fcking hobo if that meant you keeping your job.
  • 5
    @zemaitis packages and dependencies don't just spawn. You import them. If you don't want to get fucked over, you only import those which:
    - save you a lot of work
    - had been around for a while, maintainer is reliable
    - have tests, the code is clean and if something breaks even you could fix it.
    Importing tons of shady stuff and - technically speaking - unnecessary abstraction layers is just asking for trouble.
  • 5
    Meanwhile, back in the real world where people actually want to get stuff done and earn a half decent wage 😉
  • 2
    @Lor-inc Some devs be like, pulling in dependency like a child in a candy store stuffing its mouth until it vomits, and then wondering when the shit hits the fan.

    Some people need to learn the hard way that dependencies as at least as much of a liability as an asset.
  • 1
    Might I remind everyone about rowhammer?
    It's ruins all the way down.
  • 0
    @Root dont know what it is and dont care
Add Comment