cpp-best-practices / cpp-best-practices/cppbestpractices
consider inlining links
Open
- Dominant language
- No language data
- Stars
- 8.8k
- Forks
- 902
- PR merge metrics
- No merged PRs in 30d
Description
Many links seem to be awkwardly worded or raw URLs. Like this one from the "Considering Threadability" section:
` For more information see the following article from Herb Sutter: http://herbsutter.com/2013/05/24/gotw-6a-const-correctness-part-1-3/
`
Instead, how about something more readable?
` For more information see [Const Correctness, Part 1](http://herbsutter.com/2013/05/24/gotw-6a-const-correctness-part-1-3/) by Herb Sutter.`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.