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

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

找到「Considering Threadability」區段,檢查其中文字生硬或措辭不當的連結,然後在周圍的文件中搜尋類似情況。更新連結,使其可見文字能夠描述所參照的文章,並確認轉譯後的文件仍然易於閱讀,且所有目標位址都未變更。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
cpp
領域
documentation
Issue 類型
文件
難度
2/5
預估耗時
1-3 小時
活躍度
停滯
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。