Andromxda 🇺🇦🇵🇸🇹🇼 to Programmer [email protected]English • 10 months agoHow programmers comment their codelemmy.dbzer0.comimagemessage-square146fedilinkarrow-up11.55K
arrow-up11.55KimageHow programmers comment their codelemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼 to Programmer [email protected]English • 10 months agomessage-square146fedilink
minus-square@[email protected]linkfedilink2•10 months agoDocstring are user documentation, not comments. User documentation, with examples (tests), is always useful.
minus-square@[email protected]linkfedilink2•10 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.