轻量级前端框架助力开发者提升项目效率与性能
644
2022-10-12
C++核心准则边译边学-P.12: 酌情使用支持工具
P.12: Use supporting tools as appropriate(酌情使用支持工具)
Reason(原因)
There are many things that are done better "by machine". Computers don't tire or get bored by repetitive tasks. We typically have better things to do than repeatedly do routine tasks.
有很多事情机器都可以做的更好。计算机不会因为重复工作而感到厌烦。相对于那些重复性的常规作业,我们通常有更好的事情要做。
Example(示例)
Run a static analyzer to verify that your code follows the guidelines you want it to follow.
执行静态分析以确认你的代码是否遵守了你希望它遵守的准则。
Note(注意事项)
See(参照)
Static analysis tools(静态解析工具)Concurrency tools(并发工具)Testing tools(测试工具)
There are many other kinds of tools, such as source code repositories, build tools, etc., but those are beyond the scope of these guidelines.
还存在更多种类的工具,例如源代码仓库,编译工具等等,但是它们已经超出了本准则的范围。
Note(注意)
Be careful not to become dependent on over-elaborate or over-specialized tool chains. Those can make your otherwise portable code non-portable.
需要注意的是,不要依赖过度复杂或者过度专门的工具链。否则,可能会导致可移植代码变得不可移植。
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~