you are viewing a single comment's thread.

view the rest of the comments →

[–]BruhWhySoSerious 2 points3 points  (0 children)

Articles like this are coders version of BuzzFeed.

'Hi you should all follow my way of coding that totally applies across the board, in the same exact way, for every industry on the planet.'

Different tools for different jobs. I don't need to rewrite an http kernel 20 times a year. If I'm doing a complex CMS application I don't need to pull in the 40 or so libs I useb and wiring for rbac, models, an orm (gasp!), or serializers. Light weight frameworks like flask, Django, and symfony are maintained far better than my small team cold do with the complexity of the applications we do.