Skip to content

Commit b6d656f

Browse files
committed
feat(docs): Revise the article content
1 parent fd525c4 commit b6d656f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

source/Language Core/Chapter-2/Section-03.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,8 @@ short a = 123, b = 456, c = 789;
8484

8585
```{note}
8686
对于变量的命名应该起到见名知意的效果例如 age 让人一看就知道它代表年龄,而不是随便输入几个字母这会导致后期维护变得异常困难。
87-
```
87+
```
88+
89+
部分软件开发公司也会在公司内部规定一份编程语法同时也有来自大厂开源的编程语法规范。
90+
91+
- [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)

0 commit comments

Comments
 (0)