Nereuxofficial@programming.dev to Rust@programming.dev · 1 year agoExamples are not Documentationnereux.blogexternal-linkmessage-square16fedilinkarrow-up158
arrow-up158external-linkExamples are not Documentationnereux.blogNereuxofficial@programming.dev to Rust@programming.dev · 1 year agomessage-square16fedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up41·1 year 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·1 year 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