Skip to content

“Of course bad code can be cleaned up. But it’s very expensive.” ―Robert C. Martin

Notifications You must be signed in to change notification settings

hakimehmordadi/Clean-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 

Repository files navigation

Clean Code

               “Of course bad code can be cleaned up. But it’s very expensive.”
               ―Robert C. Martin
Humans are the first people you writing code for them. We need to make sure that we're creating code that can be easily understand 
by everyone whether the reader is the author of the code or a new programmer by smile 😉
              “You should name a variable using the same care with which you name a first-born child.”
              ―Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship

What Is Clean Code?

  • Written with human in mind
  • Names are easy to understand
  • Formatted consistently
  • Clearly communication
That's where 'Clean Code' principles come into play. By following them, you will ensure that you are 
creating code that will be understood.

Definition Of Clean Code

  • Easy To Read
  • Easy To Understand
  • Easy To Improve
  • Easy To Fix
  • Easy to Maintenance
  • Keep Test Code Clean

About

“Of course bad code can be cleaned up. But it’s very expensive.” ―Robert C. Martin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages