Andromxda 🇺🇦🇵🇸🇹🇼 to Programmer [email protected]English • 9 months agoHow programmers comment their codelemmy.dbzer0.comimagemessage-square147fedilinkarrow-up11.56Karrow-down19file-text
arrow-up11.55Karrow-down1imageHow programmers comment their codelemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼 to Programmer [email protected]English • 9 months agomessage-square147fedilinkfile-text
minus-square@[email protected]linkfedilink2•9 months agoDocstring are user documentation, not comments. User documentation, with examples (tests), is always useful.
minus-square@[email protected]linkfedilink2•9 months agoAs long as it’s maintained. Wrong documentation can often be worse than no documentation.
Docstring are user documentation, not comments. User documentation, with examples (tests), is always useful.
As long as it’s maintained. Wrong documentation can often be worse than no documentation.