Comenting code
You're viewing a single thread.
Checked one of mine:
# get path to the download directory
Oh, ok.
The code directly below:
function getPathToUploadDirectory() { return config.tmp_path }
If your company uses some sort of code checking tool on PRs, there may be a requirement that all functions have a docstring, even if it's obvious what it's doing. Leads to silly comments like this quite often