DEV Community

Discussion on: Self Documenting code isn't

Collapse
 
andychiare profile image
Andrea Chiarelli

Self documenting code should be developer's goal for many reasons. We have high level languages (high level because they are close to natural language): let's use them. Use comments where code is not enough (the why point is a good one).
I suggest:

  • write your code at your best
  • ask a colleague for proof reading
  • change your code accordingly