Quality over quantity

A lot of people can write code, and make it work but not everyone writes high-quality code that a human can understand. W I am not saying that I know all of the best practices out of there because there are a lot but I know some popular ones like D.R.Y, pure function, Immutability, etc…

Thus being said, writing clean code is harder and requires some time but in the end, it’s worth it.