What is 'Clean Code'?

Asked by kemiadewale · 3 months ago

1 Answer

42
amorebise · 3 months ago Top Answer

Clean code is code that is easy for another human to read. Don't try to be too 'clever' or 'deep'. Write your code as if the person who will maintain it is a person who knows where you live!

Log in to add a comment.