top of page

Clean Code, Who are you ? (Part 1)

  • Writer: PhongPX
    PhongPX
  • Oct 27, 2020
  • 1 min read

There are 7 notes when talking about Clean Code in programming I collected.


NOTE 1:

The only way to make the deadline - The only way to go fast - is to help the code as clean as possible at all times.

NOTE 2:

Being able to recognize clean code from dirty code doesn't mean that we know how to write clean code.

NOTE 3:

Clean code is simple and direct without hesitation or unnecessary detail.

NOTE 4:

Code, without tests, is not clean.

NOTE 5:

Clean code makes it easy for other people to enhance it.

NOTE 6:

It's features are minimal and literate ( Smaller is better and make it readable by humans).

NOTE 7:

Be cared (Clean code is code that has been taken care of).


Comments


Liên lạc tôi bằng cách dưới đây nha !

Thanks for submitting!

bottom of page