您好,登錄后才能下訂單哦!
這篇文章主要介紹“C++基本原則是什么”,在日常操作中,相信很多人在C++基本原則是什么問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”C++基本原則是什么”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
The rules in this section are very general.
這個分區中的規則都是一般且普遍適用的。
Philosophy rules summary:
基本原則一覽:
P.1: Express ideas directly in code
直接用代碼表達想法
P.2: Write in ISO Standard C++
使用ISO標準C++寫代碼
P.3: Express intent
解釋意圖
P.4: Ideally, a program should be statically type safe
理想情況下,程序應該是類型安全的
P.5: Prefer compile-time checking to run-time checking
編譯時檢查比執行時檢查更好
P.6: What cannot be checked at compile time should be checkable at run time
編譯時無法檢查的,應該在執行時檢查
P.7: Catch run-time errors early
盡早捕捉執行時錯誤
P.8: Don't leak any resources
不要有資源泄漏
P.9: Don't waste time or space
不要浪費時間和空間
P.10: Prefer immutable data to mutable data
不變的數據要優于可變的數據
P.11: Encapsulate messy constructs, rather than spreading through the code
壓縮凌亂的構造,而不是通過代碼擴散它們
P.12: Use supporting tools as appropriate
恰當地使用支持工具
P.13: Use support libraries as appropriate
恰當地使用支持庫
Philosophical rules are generally not mechanically checkable. However, individual rules reflecting these philosophical themes are. Without a philosophical basis, the more concrete/specific/checkable rules lack rationale.
基本原則通常不是機械可檢查的。然而,反映這些基本原則單獨的規則是可檢查的。沒有基本原則作為基礎,更多具體/特殊/可檢查的規則將缺少根據。
譯者注:所謂的機械檢查應該是指使用檢查軟件通過規則進行檢查。
到此,關于“C++基本原則是什么”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。