optimization_coding_style #80
Replies: 1 comment
-
之前博客下的留言: 刘伟印 回复 回复 回复 回复 回复 回复 回复 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
optimization_coding_style
在编写程序时,除了需要它满足运行正确这个最基本的要求外,还会要求它具有良好的可读性和可维护性。具有良好可读性和可维护性的程序代码都有一些共同之处。实际上,本书的各个章节中,都针对具体问题,各有侧重地介绍了如何编写美观和健壮的程序代码。下面再具体介绍一些编写程序代码时比较通用的规范和技巧。
https://lv.qizhen.xyz/optimization_coding_style
Beta Was this translation helpful? Give feedback.
All reactions