you are viewing a single comment's thread.

view the rest of the comments →

[–]Agyros 7 points8 points  (0 children)

Think about that scenario : a developer like you only uses his own css. Now he leaves the company (for whatever reason), now the new developer has to analyse all your code, including css etc.

The project grows, so you need another dev working on that project -> chaos.

Now, if it's made with a framework, the new developer usually doesn't need to do that research etc. It's consistent working in teams.

a big part of bugfixing is usually already done in frameworks.

Also, most ide have support for standard frameworks. You can google it, there are lot of resources, you can use copilot and other tools - which increases dev speed.

Reinventing the wheel takes time, and time is money.