The Ultimate Guide To Writing Self-Documenting Code

Tired of having to write comments in your code? Well stop doing it, write self-documenting code instead

Rene Pot
JavaScript in Plain English
8 min readMar 23, 2021

--

There is an age-old discussion about adding comments to code, one says you must, the other says only sometimes, but generally it is accepted you should add comments to your code to make it proper readable…

--

--