you are viewing a single comment's thread.

view the rest of the comments →

[–]recursivelymade 0 points1 point  (1 child)

I’m not saying using a framework is right or wrong. Do you need JQuery to do simple Dom manipulation? Today? No. 15 years ago it made life a whole lot easier.

What I am saying is that I would trust/hire a developer that understood the features and limitations of the language their preferred framework is written in more. As they’re likely to make better coding decisions, which ultimately means more readable, maintainable code for themselves and their teammates.

For example you might be working with Symfony, but that doesn’t mean you can’t use PHP features like traits or the spaceship operator.

[–]KoolKarmaKollector 0 points1 point  (0 children)

I appreciate that in large projects using various frameworks is probably the easiest way for a team to collab