Nereuxofficial@programming.dev to Rust@programming.dev · 6 months agoExamples are not Documentationnereux.blogexternal-linkmessage-square7fedilinkarrow-up150arrow-down111
arrow-up139arrow-down1external-linkExamples are not Documentationnereux.blogNereuxofficial@programming.dev to Rust@programming.dev · 6 months agomessage-square7fedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up36·6 months 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·6 months 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