Clean Code
Clean Code Concepts: Be SOLID: Single Responsibility Principle
Writing clean code is more of an art rather than a science. So What really makes code cleaner?. In this series called Clean Code Concepts, we investigate some of the ways to write code in a clean way. There are several aspects to write cleaner code, some are language agnostic Read more…