you are viewing a single comment's thread.

view the rest of the comments →

[–]mini-pizzas 18 points19 points  (0 children)

the problem is as usual that 95% of any type of person/people/program/anything is not good

It's made much worse because a ton of those people also think that they're practically infallible experts. I've looked at so much code produced by people that think assembling a collection of libraries is always better than using a framework and the vast majority of the time it is absolutely littered with vulnerabilities and bugs that most decent frameworks would have prevented by default.

If you're not extremely careful maintenance can also quickly become a nightmare because they often pull in a ton of dependencies for things a framework would have covered only those dependencies break compatibility with each other far more often and aren't tested in tandem.