Skip to main content

Clean-code

  • Published on
    writing clean code; delve into the world of software development best practices, focusing specifically on the concept of Clean Code. Clean Code is not just about making your code look visually appealing, it is a discipline that strives for simplicity, readability, and maintainability.
  • Published on
    We introduced the concept of Clean Code. Now it is time to dive into some examples to see how these principles are applied in certain scenarios. In this post, we will examine certain cases to gain insight into how these principles can be effectively applied into your projects