DEV Community

Cover image for Love to write code, don't like writing comments...Intro to Docly
MKSeymour
MKSeymour

Posted on

Love to write code, don't like writing comments...Intro to Docly

Docly is a useful code commenting tool. It generates docstrings for your python functions to improve readability and maintainability.

It can be run in two ways. The first one just checks to see if there are any comments that need to be modified. The second way actually modifies the comments.

Beta is now open, you can test Docly on your own code 👉http://thedocly.io/

Docly yours 😉,

Top comments (0)