cpp-best-practices / cpp-best-practices/cppbestpractices

consider inlining links

未关闭
#119 0 条评论 3 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
8.8k
派生
902
PR 合并指标
30 天内没有已合并 PR

描述

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.`

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。