DEV Community

Discussion on: Solid. Is It Still Useful In 2021?

Collapse
 
jackmellis profile image
Jack

As a FE developer, when I first learnt these principles in terms of real world use cases many years ago, it totally blew my mind.

I try to follow them as much as possible and I think my code has vastly improved as a result.

The front end ecosystem lends itself more to FP than OOP these days so much of the original SOLID descriptions are not really relevant, but there are ways to interpret them.

SRP and DI in particular are incredibly important principles that I take into consideration in everything I do.