Nereuxofficial@programming.dev to Rust@programming.dev · 2 years agoExamples are not Documentationnereux.blogexternal-linkmessage-square16fedilinkarrow-up158
arrow-up158external-linkExamples are not Documentationnereux.blogNereuxofficial@programming.dev to Rust@programming.dev · 2 years agomessage-square16fedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up41·2 years agoThe only thing worse than a bad example is documentation like this: fn do_thing(…) Does thing. It adds nothing, other than letting you know they were there and decided not to actually provide something useful.
minus-squareNereuxofficial@programming.devOPlinkfedilinkarrow-up7·2 years agoYeah that just wastes both people’s time
The only thing worse than a bad example is documentation like this:
It adds nothing, other than letting you know they were there and decided not to actually provide something useful.
Yeah that just wastes both people’s time