@[email protected] to Programmer [email protected] • 7 months agoComenting codelemmy.mlimagemessage-square107fedilinkarrow-up11.2K
arrow-up11.2KimageComenting codelemmy.ml@[email protected] to Programmer [email protected] • 7 months agomessage-square107fedilink
minus-square@[email protected]linkfedilink21•edit-27 months agoChecked one of mine: # get path to the download directory Oh, ok.
minus-square@[email protected]linkfedilink25•7 months agoThe code directly below: function getPathToUploadDirectory() { return config.tmp_path }
minus-square@[email protected]linkfedilinkEnglish1•7 months agoIf 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
Checked one of mine:
Oh, ok.
The code directly below:
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