小心驶得万年船
Posted jason-c
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小心驶得万年船相关的知识,希望对你有一定的参考价值。
1、if做边界或者异常判断的时候,一定不要忘了在else里打上log,加一句log远比出了bug一遍遍的缕代码逻辑的成本低得多。
if (obj != null) { } else { Debug.Log("obj is null"); }
以上是关于小心驶得万年船的主要内容,如果未能解决你的问题,请参考以下文章
报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段
报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段