Adding Comments to Code: Python
Vlad Solokha

Vlad Solokha @vladsolokha

About: Passionate about applying technology to make life easier, simpler, and more autonomous. Striving to build applications, user-interfaces, and websites to help companies grow.

Location:
Denver, Colorado
Joined:
Jun 18, 2021

Adding Comments to Code: Python

Publish Date: Jun 29 '21
2 0

Writing good comments in code helps other programmers understand how it works.

image

Below is an example of bad comments in code.

image

The downside to so many comments is it makes your codebase very long and at times hard to read. So it's up to you to find a good balance.

Let me know what you think in comments below.

Comments 0 total

    Add comment