api-guidelines icon indicating copy to clipboard operation
api-guidelines copied to clipboard

C-CASE: do not encourage using one letter meaningless lifetime parameter

Open crlf0710 opened this issue 1 year ago • 0 comments

Current text recommends naming lifetime parameter with single letter too much. I've seen this adds a lot to beginner's confusion. Change the order to stop encouraging that.

Also, added discouraging underline version of _rs suffix based on real world crates doing so.

crlf0710 avatar Dec 26 '23 09:12 crlf0710