Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ https://misra\.org\.uk/.*
# 415 to GitHub-hosted runner IPs — a WAF quirk on their end, same class of
# datacenter-IP false positive as the entries above.
https://www\.ko2\.co\.uk/.*
# iso.org's standards catalogue answers 200 from browsers but 403 to
# non-browser clients from CI. Referenced from Compliance.md in all three
# languages (ISO/IEC 14882 and friends).
https://www\.iso\.org/.*
# Our own /goto/ redirect pages: a PR that adds a new one always 404s until
# it is merged and GitHub Pages redeploys, so checking them pre-merge is a
# guaranteed false positive (chicken-and-egg).
Expand Down
2 changes: 1 addition & 1 deletion Chinese/Compliance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :scales: 编码标准与合规要求
# :balance_scale: 编码标准与合规要求

C++ 传统上占据的领域,其错误代价不是用损失的金钱来衡量,而是用人的生命来衡量:汽车电子、医疗设备、航空电子、工业自动化、轨道交通。在这类项目中,语言的自由反而成了问题,因此它会被约束——用一套编码规则、强制性的检查和文档化的开发流程。

Expand Down
2 changes: 1 addition & 1 deletion Chinese/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ C++ 仍然是 [2025 年](https://survey.stackoverflow.co/2025/technology#most-po
10. :telescope: [宠物项目](PetProjects.md)
11. :triangular_ruler: [工具](Tooling.md)
12. :package: [流行的库与框架](Libraries.md)
13. :scales: [编码标准与合规要求](Compliance.md)
13. :balance_scale: [编码标准与合规要求](Compliance.md)
14. :gem: [更多的 C++ 资源/社区等](CommunitySources.md)

## :milky_way: 路线图
Expand Down
2 changes: 1 addition & 1 deletion English/Compliance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :scales: Coding standards and regulatory requirements
# :balance_scale: Coding standards and regulatory requirements

C++ has traditionally occupied the areas where the cost of a mistake is measured not in lost money but in human lives: automotive electronics, medical devices, avionics, industrial automation, rail transport. In such projects the freedom of the language becomes a problem, so it is constrained — with a body of coding rules, mandatory checks, and a documented development process.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It is recommended that you read the articles listed below before starting to exp
1. :telescope: [Pet-project ideas](English/PetProjects.md)
1. :triangular_ruler: [Language toolkit](English/Tooling.md)
1. :package: [Popular libraries and frameworks](English/Libraries.md)
1. :scales: [Coding standards and regulatory requirements](English/Compliance.md)
1. :balance_scale: [Coding standards and regulatory requirements](English/Compliance.md)
1. :gem: [More resources about C++: documentation, community links, etc.](English/CommunitySources.md)


Expand Down
2 changes: 1 addition & 1 deletion Russian/Compliance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :scales: Стандарты кодирования и регуляторные требования
# :balance_scale: Стандарты кодирования и регуляторные требования

C++ традиционно занимает те области, где цена ошибки измеряется не потерянными деньгами, а человеческими жизнями: автомобильная электроника, медицинская техника, авионика, промышленная автоматика, железнодорожный транспорт. В таких проектах свобода языка становится проблемой, поэтому её ограничивают - сводом правил кодирования, обязательными проверками и документированным процессом разработки.

Expand Down
2 changes: 1 addition & 1 deletion Russian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
1. :telescope: [Идеи для пет-проектов](PetProjects.md)
1. :triangular_ruler: [Инструментарий для С++](Tooling.md)
1. :package: [Популярные библиотеки и фреймворки](Libraries.md)
1. :scales: [Стандарты кодирования и регуляторные требования](Compliance.md)
1. :balance_scale: [Стандарты кодирования и регуляторные требования](Compliance.md)
1. :gem: [Ресурсы по C++: документация, каналы конференций и т.д.](CommunitySources.md)


Expand Down
Loading